ext/alsa/gstalsasink.c: compute correct expected timestamps after seek (broken since last commit)

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
This commit is contained in:
Benjamin Otte 2004-05-16 16:06:42 +00:00
parent 004a657005
commit e268daa6af
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
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):

View 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;