ext/alsa/gstalsasink.c: compute correct expected timestamps after seek (broken since...
authorBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 16:06:42 +0000 (16:06 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 16:06:42 +0000 (16:06 +0000)
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
compute correct expected timestamps after seek (broken since
last commit)
* ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
rename element and debugging category to gdkpixbufscale

ChangeLog
ext/gdk_pixbuf/pixbufscale.c

index a42c48d..9f24343 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2004-05-16  Benjamin Otte  <otte@gnome.org>
 
        * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
+         compute correct expected timestamps after seek (broken since
+         last commit)
+       * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
+         rename element and debugging category to gdkpixbufscale
+
+2004-05-16  Benjamin Otte  <otte@gnome.org>
+
+       * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
          add error checking to snd_pcm_delay and remove duplicate call to
          snd_pcm_delay that caused issues (see inline code comments)
        * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
index 246f196..086f1ac 100644 (file)
@@ -452,11 +452,11 @@ gst_pixbufscale_get_property (GObject * object, guint prop_id, GValue * value,
 gboolean
 pixbufscale_init (GstPlugin * plugin)
 {
-  if (!gst_element_register (plugin, "pixbufscale", GST_RANK_NONE,
+  if (!gst_element_register (plugin, "gdkpixbufscale", GST_RANK_NONE,
           GST_TYPE_PIXBUFSCALE))
     return FALSE;
 
-  GST_DEBUG_CATEGORY_INIT (pixbufscale_debug, "pixbufscale", 0,
+  GST_DEBUG_CATEGORY_INIT (pixbufscale_debug, "gdkpixbufscale", 0,
       "pixbufscale element");
 
   return TRUE;