diff options
Diffstat (limited to 'ext/xine')
-rw-r--r-- | ext/xine/xineaudiodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xine/xineaudiodec.c b/ext/xine/xineaudiodec.c index a0a19f21..dee0242f 100644 --- a/ext/xine/xineaudiodec.c +++ b/ext/xine/xineaudiodec.c @@ -328,7 +328,7 @@ gst_xine_audio_dec_chain (GstPad * pad, GstData * in) xine->decoder->decode_data (xine->decoder, &element); /* send stsd emulation to the decoder */ /* FIXME: qdm2 only right now */ - g_assert (gst_pad_get_negotiated_caps (xine->sinkpad)); + g_assert (gst_pad_is_negotiated (xine->sinkpad)); structure = gst_caps_get_structure (gst_pad_get_negotiated_caps (xine->sinkpad), 0); *((guint32 *) & stsd[56]) = GUINT32_TO_BE (12); |