summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpgstpay.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2013-08-07 09:47:35 -0400
committerWim Taymans <wim.taymans@collabora.co.uk>2013-08-21 09:06:01 +0200
commit62a6f5869715135e9b37c0383d41448880ffb743 (patch)
treedaaecc2bd1c97ca27be2c97e7aba735b6c7d878d /gst/rtp/gstrtpgstpay.h
parent05bcfee5a3f75c3d0e680e7d08a0adf0d26511b9 (diff)
Send a stream-start whenever we send tags
This is to make sure tags are cleared on the client if the stream-start was previously lost, otherwise, the client may end up with a merged taglist of multiple songs
Diffstat (limited to 'gst/rtp/gstrtpgstpay.h')
-rw-r--r--gst/rtp/gstrtpgstpay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpgstpay.h b/gst/rtp/gstrtpgstpay.h
index 9d06ec0ec..c9161db31 100644
--- a/gst/rtp/gstrtpgstpay.h
+++ b/gst/rtp/gstrtpgstpay.h
@@ -52,6 +52,7 @@ struct _GstRtpGSTPay
guint8 current_CV; /* CV field of incoming caps*/
guint8 next_CV;
+ gchar *stream_id;
GstTagList *taglist;
guint config_interval;
GstClockTime last_config;