mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
matroskademux: make dvd palette change event sticky
So they don't get lost. https://bugzilla.gnome.org/show_bug.cgi?id=709454
This commit is contained in:
parent
ed77b22f2b
commit
cf12017ef8
1 changed files with 1 additions and 1 deletions
|
@ -2750,7 +2750,7 @@ gst_matroska_demux_push_dvd_clut_change_event (GstMatroskaDemux * demux,
|
|||
G_TYPE_INT, clut[15], NULL);
|
||||
|
||||
gst_pad_push_event (stream->pad,
|
||||
gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s));
|
||||
gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_STICKY, s));
|
||||
}
|
||||
}
|
||||
g_free (buf);
|
||||
|
|
Loading…
Reference in a new issue