summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpgstdepay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-08-21 12:10:00 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-08-21 12:10:00 +0200
commit77ed44a88af653a4319d8fe2a1aa21562c1982f2 (patch)
treeaf4d3fff4cdc3e5f831af466554e17d941086a46 /gst/rtp/gstrtpgstdepay.h
parentb144809b7c01b8d36367fff4efb7d3383fe600fd (diff)
downloadgstreamer-plugins-good-77ed44a88af653a4319d8fe2a1aa21562c1982f2.tar.gz
rtpgstdepay: only push events when they changed
Keep track of the STREAM_START and TAG events and only push them when they changed.
Diffstat (limited to 'gst/rtp/gstrtpgstdepay.h')
-rw-r--r--gst/rtp/gstrtpgstdepay.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpgstdepay.h b/gst/rtp/gstrtpgstdepay.h
index 5fbbde858..4b8f2c62e 100644
--- a/gst/rtp/gstrtpgstdepay.h
+++ b/gst/rtp/gstrtpgstdepay.h
@@ -47,6 +47,9 @@ struct _GstRtpGSTDepay
GstAdapter *adapter;
guint current_CV;
GstCaps *CV_cache[8];
+
+ GstTagList *tags;
+ gchar *stream_id;
};
struct _GstRtpGSTDepayClass