From c3141ee26c975e3303f43252a4b6e5f36281a230 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Apr 2006 09:56:45 +0000 Subject: configure.ac: clean up, use AS_VERSION and AS_NANO Original commit message from CVS: * configure.ac: clean up, use AS_VERSION and AS_NANO * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): use PACKAGE_VERSION define * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: updated --- gst/matroska/matroska-mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/matroska/matroska-mux.c') diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index cb56c291..b19793cd 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -1068,7 +1068,7 @@ gst_matroska_mux_start (GstMatroskaMux * mux) gst_ebml_write_float (ebml, GST_MATROSKA_ID_DURATION, duration / gst_guint64_to_gdouble (mux->time_scale)); gst_ebml_write_utf8 (ebml, GST_MATROSKA_ID_MUXINGAPP, - "GStreamer plugin version " GST_PLUGINS_GOOD_VERSION); + "GStreamer plugin version " PACKAGE_VERSION); if (mux->writing_app && mux->writing_app[0]) { gst_ebml_write_utf8 (ebml, GST_MATROSKA_ID_WRITINGAPP, mux->writing_app); } -- cgit