summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2015-09-07 16:57:05 +0200
committerTim-Philipp Müller <tim@centricular.com>2015-09-17 17:39:27 +0100
commit261d8daca06f4852887e519b7339ca670dc42a79 (patch)
tree822a7c88fb8ddb91111e8bdc6f4f1fe245d4824d /ext
parente990e75e1e9a1493b2d69552bc02f4bef52dbf73 (diff)
downloadgstreamer-plugins-bad-261d8daca06f4852887e519b7339ca670dc42a79.tar.gz
adaptivedemux: prefix the statistics message name macro
Keep old define around for now. https://bugzilla.gnome.org/show_bug.cgi?id=754686
Diffstat (limited to 'ext')
-rw-r--r--ext/hls/gsthlsdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c
index eb238e1b2..91178e237 100644
--- a/ext/hls/gsthlsdemux.c
+++ b/ext/hls/gsthlsdemux.c
@@ -1059,7 +1059,7 @@ retry_failover_protection:
main_uri = gst_m3u8_client_get_uri (demux->client);
gst_element_post_message (GST_ELEMENT_CAST (demux),
gst_message_new_element (GST_OBJECT_CAST (demux),
- gst_structure_new (STATISTICS_MESSAGE_NAME,
+ gst_structure_new (GST_ADAPTIVE_DEMUX_STATISTICS_MESSAGE_NAME,
"manifest-uri", G_TYPE_STRING,
main_uri, "uri", G_TYPE_STRING,
uri, "bitrate", G_TYPE_INT, new_bandwidth, NULL)));