mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
event: fix header formatting
This commit is contained in:
parent
ff71bed31c
commit
243889a88c
1 changed files with 3 additions and 4 deletions
|
@ -534,11 +534,10 @@ GstEvent* gst_event_new_toc (GstToc *toc, gboolean updated);
|
|||
void gst_event_parse_toc (GstEvent *event, GstToc **toc, gboolean *updated);
|
||||
|
||||
/* Protection event */
|
||||
GstEvent *gst_event_new_protection (const gchar * system_id,
|
||||
GstBuffer * data, const gchar * origin);
|
||||
GstEvent * gst_event_new_protection (const gchar * system_id, GstBuffer * data, const gchar * origin);
|
||||
|
||||
void gst_event_parse_protection (GstEvent * event,
|
||||
const gchar ** system_id, GstBuffer ** data, const gchar ** origin);
|
||||
void gst_event_parse_protection (GstEvent * event, const gchar ** system_id,
|
||||
GstBuffer ** data, const gchar ** origin);
|
||||
|
||||
/* buffer */
|
||||
GstEvent * gst_event_new_buffer_size (GstFormat format, gint64 minsize, gint64 maxsize,
|
||||
|
|
Loading…
Reference in a new issue