mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
schrodec: Call gst_video_decoder_negotiate()
This commit is contained in:
parent
3153965658
commit
54bfdebd9f
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
state->info.par_d);
|
||||
|
||||
gst_video_decoder_negotiate (GST_VIDEO_DECODER (schro_dec));
|
||||
|
||||
beach:
|
||||
if (state)
|
||||
gst_video_codec_state_unref (state);
|
||||
|
|
Loading…
Reference in a new issue