projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9deb95
)
mulawdec: Require caps to be set before accepting any data
author
Sebastian Dröge
<sebastian@centricular.com>
Thu, 5 Dec 2013 11:15:29 +0000
(12:15 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Thu, 5 Dec 2013 11:15:29 +0000
(12:15 +0100)
gst/law/mulaw-decode.c
patch
|
blob
|
history
diff --git
a/gst/law/mulaw-decode.c
b/gst/law/mulaw-decode.c
index a26a34dfc751a2479ca32ee5090b57fec3408576..cc3efa13be0f7592460c57e94633d4799a4c50f7 100644
(file)
--- a/
gst/law/mulaw-decode.c
+++ b/
gst/law/mulaw-decode.c
@@
-159,4
+159,5
@@
gst_mulawdec_class_init (GstMuLawDecClass * klass)
static void
gst_mulawdec_init (GstMuLawDec * mulawdec)
{
+ gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE);
}