summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph265depay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph265depay.h')
-rw-r--r--gst/rtp/gstrtph265depay.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph265depay.h b/gst/rtp/gstrtph265depay.h
index ed49329a3..9f50ac60e 100644
--- a/gst/rtp/gstrtph265depay.h
+++ b/gst/rtp/gstrtph265depay.h
@@ -87,6 +87,15 @@ struct _GstRtpH265DepayClass
GstRTPBaseDepayloadClass parent_class;
};
+typedef struct
+{
+ GstElement *element;
+ GstBuffer *outbuf;
+ GQuark copy_tag;
+} CopyMetaData;
+
+void gst_rtp_copy_meta (GstElement * element, GstBuffer *outbuf, GstBuffer *inbuf, GQuark copy_tag);
+
GType gst_rtp_h265_depay_get_type (void);
gboolean gst_rtp_h265_depay_plugin_init (GstPlugin * plugin);