tests: hlsdemux: fix compilation
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Sep 2014 19:11:08 +0000 (16:11 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Sep 2014 19:11:08 +0000 (16:11 -0300)
commit288efd4f99fe0df4b6656828c147c994a92f26c4
tree7be88f2d4caf27ff6eb038a3756891ea7a952764
parent2b7e0d0e73bd1a09a13efd75d4cd070c877ff208
tests: hlsdemux: fix compilation

In file included from /home/thiagoss/gst/head/gstreamer/gst/gst.h:54:0,
                 from /home/thiagoss/gst/head/gstreamer/libs/gst/check/gstcheck.h:34,
                 from elements/hlsdemux_m3u8.c:27:
../../ext/hls/gstfragmented.h:8:28: error: redundant redeclaration of ‘fragmented_debug’ [-Werror=redundant-decls]
 GST_DEBUG_CATEGORY_EXTERN (fragmented_debug);

Move the definition of the category to after the declaration.
tests/check/elements/hlsdemux_m3u8.c