fix plugin filename
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Mar 2004 15:55:01 +0000 (15:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Mar 2004 15:55:01 +0000 (15:55 +0000)
Original commit message from CVS:
fix plugin filename

ChangeLog
gst/tags/Makefile.am

index eb60189..709184b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/tags/Makefile.am: fix plugin filename
+
+2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * examples/gstplay/player.c: (got_time_tick), (main):
+         add error handler
+          display time_tick more readably
+       * gst/mixmatrix/Makefile.am:
+          fix plugin file name
+
 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
 
        * sys/oss/gstosselement.c: (gst_osselement_probe),
index 718d755..1ec3c91 100644 (file)
@@ -1,5 +1,5 @@
 
-plugin_LTLIBRARIES = libgsttagediting.la
+plugin_LTLIBRARIES = libgsttagedit.la
 
 libgsttagediting_la_SOURCES = gstvorbistag.c gsttagediting.c gstid3tag.c
 libgsttagediting_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags