mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
small cleanups
Original commit message from CVS: small cleanups
This commit is contained in:
parent
7ef4528676
commit
400dc037fd
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
||||||
#include <gst/gsttagsetter.h>
|
#include <gst/gsttagsetter.h>
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
#include "gsttaglib.h"
|
#include "gsttaglib.h"
|
||||||
#include "gstid3v2mux.h"
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_tag_lib_mux_debug
|
#define GST_CAT_DEFAULT gst_tag_lib_mux_debug
|
||||||
|
@ -37,7 +36,6 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("ANY"));
|
GST_STATIC_CAPS ("ANY"));
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_tag_lib_mux_iface_init (GType taglib_type)
|
gst_tag_lib_mux_iface_init (GType taglib_type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue