mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
dashdemux: rename src template from src%d to src_%u
This commit is contained in:
parent
573a4d440c
commit
0d7967e25e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
#include <gst/base/gsttypefindhelper.h>
|
||||
#include "gstdashdemux.h"
|
||||
|
||||
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src%d",
|
||||
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src_%u",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_SOMETIMES,
|
||||
GST_STATIC_CAPS_ANY);
|
||||
|
|
Loading…
Reference in a new issue