From 4730a09d4b1984029dda5b7327a8bb34ee8d019a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Sep 2005 17:24:20 +0000 Subject: [PATCH] ext/mpeg2dec/gstmpeg2dec.c: GST_CAT_SEEK disappeared from the public API at some point Original commit message from CVS: * ext/mpeg2dec/gstmpeg2dec.c: GST_CAT_SEEK disappeared from the public API at some point --- ChangeLog | 5 +++++ ext/mpeg2dec/gstmpeg2dec.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f5e300..e312d07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-05 Jan Schmidt + + * ext/mpeg2dec/gstmpeg2dec.c: + GST_CAT_SEEK disappeared from the public API at some point + 2005-09-02 Michael Smith * gst/iec958/ac3iec.c: diff --git a/ext/mpeg2dec/gstmpeg2dec.c b/ext/mpeg2dec/gstmpeg2dec.c index ee300a3..f9c93ee 100644 --- a/ext/mpeg2dec/gstmpeg2dec.c +++ b/ext/mpeg2dec/gstmpeg2dec.c @@ -39,7 +39,6 @@ typedef gint mpeg2_state_t; #define STATE_BUFFER 0 #endif -GST_DEBUG_CATEGORY_EXTERN (GST_CAT_SEEK); GST_DEBUG_CATEGORY_STATIC (mpeg2dec_debug); #define GST_CAT_DEFAULT (mpeg2dec_debug) @@ -1492,7 +1491,7 @@ index_seek (GstPad * pad, GstEvent * event) if (gst_index_entry_assoc_map (entry, *try_formats, &value)) { GstEvent *seek_event; - GST_CAT_DEBUG (GST_CAT_SEEK, "index %s %" G_GINT64_FORMAT + GST_DEBUG_OBJECT (mpeg2dec, "index %s %" G_GINT64_FORMAT " -> %s %" G_GINT64_FORMAT, gst_format_get_details (format)->nick, cur, gst_format_get_details (*try_formats)->nick, value); -- 2.7.4