Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
403
Issues
403
List
Boards
Labels
Service Desk
Milestones
Merge Requests
78
Merge Requests
78
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer
Commits
e02902a7
Commit
e02902a7
authored
Jan 07, 2021
by
Philippe Normand
🥑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
concat: Fix active-pad property doc typo
Part-of: <
!727
>
parent
384fba13
Pipeline
#252540
waiting for manual action with stages
in 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/plugins/gst_plugins_cache.json
docs/plugins/gst_plugins_cache.json
+1
-1
plugins/elements/gstconcat.c
plugins/elements/gstconcat.c
+1
-1
No files found.
docs/plugins/gst_plugins_cache.json
View file @
e02902a7
...
...
@@ -135,7 +135,7 @@
},
"properties"
:
{
"active-pad"
:
{
"blurb"
:
"Currently active s
rc
pad"
,
"blurb"
:
"Currently active s
ink
pad"
,
"conditionally-available"
:
false
,
"construct"
:
false
,
"construct-only"
:
false
,
...
...
plugins/elements/gstconcat.c
View file @
e02902a7
...
...
@@ -165,7 +165,7 @@ gst_concat_class_init (GstConcatClass * klass)
gobject_class
->
set_property
=
gst_concat_set_property
;
pspec_active_pad
=
g_param_spec_object
(
"active-pad"
,
"Active pad"
,
"Currently active s
rc
pad"
,
GST_TYPE_PAD
,
G_PARAM_READABLE
|
"Currently active s
ink
pad"
,
GST_TYPE_PAD
,
G_PARAM_READABLE
|
G_PARAM_STATIC_STRINGS
);
g_object_class_install_property
(
gobject_class
,
PROP_ACTIVE_PAD
,
pspec_active_pad
);
...
...
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