committing fixes before deleting all of my gstreamer cvs to make room for music for...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Feb 2003 14:22:05 +0000 (14:22 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Feb 2003 14:22:05 +0000 (14:22 +0000)
Original commit message from CVS:
committing fixes before deleting all of my gstreamer cvs to make room for
music for the skiing trip, yay !

ext/vorbis/vorbisfile.c
gstreamer-libs.pc.in
gstreamer-play.pc.in

index 24953ca01bb3fce5180c1e33cf4d9426b5873d27..57a3ff14b1c596c217eda70fb97f186cce73c197 100644 (file)
@@ -476,7 +476,7 @@ gst_vorbisfile_loop (GstElement *element)
   VorbisFile *vorbisfile = GST_VORBISFILE (element);
   GstBuffer *outbuf;
   long ret;
-  GstClockTime time;
+  GstClockTime time = 0;
   gint64 samples;
   gint link;
 
index 6ff321723b2d4c49d799c945f7962face51b17d7..e4eb15976025369a6a199c3d1cc3220c9b070049 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
 
 Name: GStreamer Media-Specific Libraries
 Description: Streaming-media framework, media-specific libraries
-Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@
 Version: @VERSION@
 Libs: 
 Cflags: -I${includedir}
index 31d2bdbd184efaa2c2263bbd9eacf2bc80877fb8..99dc6e7d1c70ca327a26eb301fb0debd0389f102 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
 
 Name: GStreamer Play Library
 Description: Streaming-media framework, play libraries
-Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@
 Version: @VERSION@
 
 Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@