mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dvdreadsrc: dvd-spu-clut-change is a sticky custom event
This commit is contained in:
parent
4161c2e96f
commit
aab716ac40
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ gst_dvd_read_src_make_clut_change_event (GstDvdReadSrc * src,
|
|||
}
|
||||
|
||||
/* Create the DVD event and put the structure into it. */
|
||||
return gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, structure);
|
||||
return gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_STICKY, structure);
|
||||
}
|
||||
|
||||
static gint64
|
||||
|
|
Loading…
Reference in a new issue