mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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
This commit is contained in:
parent
35abe31aec
commit
4730a09d4b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-05 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* ext/mpeg2dec/gstmpeg2dec.c:
|
||||||
|
GST_CAT_SEEK disappeared from the public API at some point
|
||||||
|
|
||||||
2005-09-02 Michael Smith <msmith@fluendo.com>
|
2005-09-02 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst/iec958/ac3iec.c:
|
* gst/iec958/ac3iec.c:
|
||||||
|
|
|
@ -39,7 +39,6 @@ typedef gint mpeg2_state_t;
|
||||||
#define STATE_BUFFER 0
|
#define STATE_BUFFER 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (GST_CAT_SEEK);
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (mpeg2dec_debug);
|
GST_DEBUG_CATEGORY_STATIC (mpeg2dec_debug);
|
||||||
#define GST_CAT_DEFAULT (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)) {
|
if (gst_index_entry_assoc_map (entry, *try_formats, &value)) {
|
||||||
GstEvent *seek_event;
|
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,
|
" -> %s %" G_GINT64_FORMAT,
|
||||||
gst_format_get_details (format)->nick,
|
gst_format_get_details (format)->nick,
|
||||||
cur, gst_format_get_details (*try_formats)->nick, value);
|
cur, gst_format_get_details (*try_formats)->nick, value);
|
||||||
|
|
Loading…
Reference in a new issue