aboutsummaryrefslogtreecommitdiff
path: root/gst/realmedia/rademux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/realmedia/rademux.c')
-rw-r--r--gst/realmedia/rademux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/realmedia/rademux.c b/gst/realmedia/rademux.c
index fb13309..0260c58 100644
--- a/gst/realmedia/rademux.c
+++ b/gst/realmedia/rademux.c
@@ -532,7 +532,7 @@ gst_real_audio_demux_parse_data (GstRealAudioDemux * demux)
if (demux->pending_tags) {
gst_pad_push_event (demux->srcpad,
- gst_event_new_tag (demux->pending_tags));
+ gst_event_new_tag ("GstDemuxer", demux->pending_tags));
demux->pending_tags = NULL;
}