matroskademux: make dvd palette change event sticky
authorMatej Knopp <matej.knopp@gmail.com>
Fri, 4 Oct 2013 22:00:03 +0000 (00:00 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 5 Oct 2013 09:55:03 +0000 (10:55 +0100)
So they don't get lost.

https://bugzilla.gnome.org/show_bug.cgi?id=709454

gst/matroska/matroska-demux.c

index 90bf6df..056c281 100644 (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);