mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
parent
112d948b7e
commit
420661bd95
1 changed files with 3 additions and 1 deletions
|
@ -7490,8 +7490,10 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||
|
||||
stream->caps =
|
||||
qtdemux_video_caps (qtdemux, stream, fourcc, stsd_data, &codec);
|
||||
if (G_UNLIKELY (!stream->caps))
|
||||
if (G_UNLIKELY (!stream->caps)) {
|
||||
g_free (palette_data);
|
||||
goto unknown_stream;
|
||||
}
|
||||
|
||||
if (codec) {
|
||||
list = gst_tag_list_new_empty ();
|
||||
|
|
Loading…
Reference in a new issue