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:
Matej Knopp 2013-10-05 00:00:03 +02:00 committed by Tim-Philipp Müller
parent ed77b22f2b
commit cf12017ef8

View file

@ -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);