mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
shout2: update for ogg media type changes
This commit is contained in:
parent
6d9a84b1cf
commit
e0eddb4f25
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ enum
|
|||
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("application/ogg; "
|
||||
GST_STATIC_CAPS ("application/ogg; audio/ogg; video/ogg; "
|
||||
"audio/mpeg, mpegversion = (int) 1, layer = (int) [ 1, 3 ]" WEBM_CAPS));
|
||||
|
||||
static void gst_shout2send_finalize (GstShout2send * shout2send);
|
||||
|
|
Loading…
Reference in a new issue