summaryrefslogtreecommitdiff
path: root/ext/hls/m3u8.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-01 13:21:45 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-12-01 17:51:34 +0000
commitefe62292a3d045126654d93239fdf4cc8e48ae08 (patch)
tree87eb42b0a6daa3e3c77e144c23cf98097926bf6e /ext/hls/m3u8.c
parentfac4ed18d45c455e3971b1eb6d09246c7eafe00f (diff)
downloadgstreamer-plugins-bad-efe62292a3d045126654d93239fdf4cc8e48ae08.tar.gz
hls: rename plugin from fragmented to hls
Diffstat (limited to 'ext/hls/m3u8.c')
-rw-r--r--ext/hls/m3u8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hls/m3u8.c b/ext/hls/m3u8.c
index d1fa8a312..f161315c7 100644
--- a/ext/hls/m3u8.c
+++ b/ext/hls/m3u8.c
@@ -25,10 +25,10 @@
#include <glib.h>
#include <string.h>
-#include "gstfragmented.h"
+#include "gsthls.h"
#include "m3u8.h"
-#define GST_CAT_DEFAULT fragmented_debug
+#define GST_CAT_DEFAULT hls_debug
static GstM3U8 *gst_m3u8_new (void);
static void gst_m3u8_free (GstM3U8 * m3u8);