Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Justin Kim
gst-plugins-bad
Commits
4ae1bc30
Commit
4ae1bc30
authored
Oct 09, 2017
by
Justin Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ahc2src: rename property
parent
9a89dac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sys/androidmedia/gstahc2src.c
sys/androidmedia/gstahc2src.c
+1
-1
No files found.
sys/androidmedia/gstahc2src.c
View file @
4ae1bc30
...
...
@@ -1864,7 +1864,7 @@ gst_ahc2_src_class_init (GstAHC2SrcClass * klass)
*
* The number of connected camera devices.
*/
properties
[
PROP_
CAMERA_INDEX
]
=
properties
[
PROP_
N_CAMERAS
]
=
g_param_spec_int
(
"n-cameras"
,
"Number of Cameras"
,
"The number of connected camera devices"
,
0
,
G_MAXINT
,
0
,
G_PARAM_READABLE
|
G_PARAM_STATIC_STRINGS
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment