mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
Rename the padtemplate name for private streams
Original commit message from CVS: Rename the padtemplate name for private streams
This commit is contained in:
parent
8e81987438
commit
78c3873c67
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ GST_PAD_TEMPLATE_FACTORY (video_mpeg2_factory,
|
|||
|
||||
|
||||
GST_PAD_TEMPLATE_FACTORY (private1_factory,
|
||||
"private_stream_1.%d",
|
||||
"private_stream_1_%d",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_SOMETIMES,
|
||||
GST_CAPS_NEW (
|
||||
|
|
Loading…
Reference in a new issue