mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
theoradec: Call video_decoder_negotiate() once configured
This commit is contained in:
parent
8feaebb6eb
commit
0cc8445cfa
1 changed files with 2 additions and 0 deletions
|
@ -504,6 +504,8 @@ theora_handle_type_packet (GstTheoraDec * dec)
|
|||
break;
|
||||
}
|
||||
|
||||
gst_video_decoder_negotiate (GST_VIDEO_DECODER (dec));
|
||||
|
||||
dec->have_header = TRUE;
|
||||
|
||||
/* FIXME : Put this on the next outgoing frame */
|
||||
|
|
Loading…
Reference in a new issue