mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
wavparse: Declare support for RF64
RF64 encode support was added to wavenc quite some time ago, but not declared in wavparse. It seems wavparse can decode it though, so add it to the sink pad. The RF64 support was added in https://bugzilla.gnome.org/show_bug.cgi?id=735627
This commit is contained in:
parent
06c340edd4
commit
098f936be8
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ enum
|
|||
};
|
||||
|
||||
static GstStaticPadTemplate sink_template_factory =
|
||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/x-wav")
|
||||
GST_STATIC_CAPS ("audio/x-wav;audio/x-rf64")
|
||||
);
|
||||
|
||||
#define DEBUG_INIT \
|
||||
|
|
Loading…
Reference in a new issue