mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
fix plugin filename
Original commit message from CVS: fix plugin filename
This commit is contained in:
parent
bb06b84c98
commit
077eab99a7
2 changed files with 13 additions and 1 deletions
12
ChangeLog
12
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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue