tpm gstreamer: gstreamer/ gstreamer/docs/faq/
[email protected] Tue, 6 Jan 2009 05:00:25 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============3917839838865504093==
CVS Root: /cvs/gstreamer
Module: gstreamer
Changes by: tpm
Date: Tue Jan 06 2009 13:00:25 UTC
Log message:
* docs/faq/gst-uninstalled:
Add libgstapp-0.10 from -base to search path and remove the old
lib from -bad from the search path.
Modified files:
. : ChangeLog
docs/faq : gst-uninstalled
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.4214&r2=1.4215
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/docs/faq/gst-uninstalled.diff?r1=1.33&r2=1.34
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gstreamer/ChangeLog,v
retrieving revision 1.4214
retrieving revision 1.4215
diff -u -d -r1.4214 -r1.4215
--- ChangeLog 5 Jan 2009 15:42:51 -0000 1.4214
+++ ChangeLog 6 Jan 2009 13:00:09 -0000 1.4215
@@ -1,3 +1,9 @@
+2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * docs/faq/gst-uninstalled:
+ Add libgstapp-0.10 from -base to search path and remove the old
+ lib from -bad from the search path.
2009-01-05 Wim Taymans <[email protected]>
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position_last),
Index: gst-uninstalled
RCS file: /cvs/gstreamer/gstreamer/docs/faq/gst-uninstalled,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- gst-uninstalled 23 May 2008 06:50:10 -0000 1.33
+++ gst-uninstalled 6 Jan 2009 13:00:11 -0000 1.34
@@ -59,15 +59,8 @@
DYLD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$DYLD_LIBRARY_PATH
done
-# GStreamer plugins bad libraries
-for path in app
-do
- LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
- DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
-done
-
# GStreamer plugins base libraries
-for path in audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
+for path in app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
do
LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
--===============3917839838865504093==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
--===============3917839838865504093==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============3917839838865504093==--