schrodec: Call gst_video_decoder_negotiate()
This commit is contained in:
parent
3153965658
commit
54bfdebd9f
@ -264,6 +264,8 @@ parse_sequence_header (GstSchroDec * schro_dec, guint8 * data, int size)
|
|||||||
GST_DEBUG ("Pixel aspect ratio is %d/%d", state->info.par_n,
|
GST_DEBUG ("Pixel aspect ratio is %d/%d", state->info.par_n,
|
||||||
state->info.par_d);
|
state->info.par_d);
|
||||||
|
|
||||||
|
gst_video_decoder_negotiate (GST_VIDEO_DECODER (schro_dec));
|
||||||
|
|
||||||
beach:
|
beach:
|
||||||
if (state)
|
if (state)
|
||||||
gst_video_codec_state_unref (state);
|
gst_video_codec_state_unref (state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user