mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 12:34:15 +00:00
Fix the padtemplate names.
Original commit message from CVS: Fix the padtemplate names.
This commit is contained in:
parent
e9db40dd53
commit
69e113d4e5
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ,
|
|||
)
|
||||
|
||||
GST_PAD_TEMPLATE_FACTORY (src_video_templ,
|
||||
"video_[00-32]",
|
||||
"video_%02d",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_SOMETIMES,
|
||||
GST_CAPS_NEW (
|
||||
|
@ -115,7 +115,7 @@ GST_PAD_TEMPLATE_FACTORY (src_video_templ,
|
|||
)
|
||||
|
||||
GST_PAD_TEMPLATE_FACTORY (src_audio_templ,
|
||||
"audio_[00-32]",
|
||||
"audio_%02d",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_SOMETIMES,
|
||||
GST_CAPS_NEW (
|
||||
|
|
Loading…
Reference in a new issue