mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
theoradec: stream is marking as non-packeized so that the data gets parsed and keyframes marked
This commit is contained in:
parent
abd5ec7b9f
commit
8054c66194
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ gst_theora_dec_init (GstTheoraDec * dec)
|
|||
|
||||
/* input is packetized,
|
||||
* but is not marked that way so data gets parsed and keyframes marked */
|
||||
gst_video_decoder_set_packetized (GST_VIDEO_DECODER(dec), FALSE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue