From 2c302917636232503da8241dd2921fbe1ef51dea Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 14 Feb 2003 14:22:05 +0000 Subject: [PATCH] committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay ! 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 | 2 +- gstreamer-libs.pc.in | 2 +- gstreamer-play.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/vorbis/vorbisfile.c b/ext/vorbis/vorbisfile.c index 24953ca01bb..57a3ff14b1c 100644 --- a/ext/vorbis/vorbisfile.c +++ b/ext/vorbis/vorbisfile.c @@ -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; diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in index 6ff321723b2..e4eb1597602 100644 --- a/gstreamer-libs.pc.in +++ b/gstreamer-libs.pc.in @@ -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} diff --git a/gstreamer-play.pc.in b/gstreamer-play.pc.in index 31d2bdbd184..99dc6e7d1c7 100644 --- a/gstreamer-play.pc.in +++ b/gstreamer-play.pc.in @@ -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@