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 !
This commit is contained in:
Thomas Vander Stichele 2003-02-14 14:22:05 +00:00
parent 244658dc96
commit 2c30291763
3 changed files with 3 additions and 3 deletions

View file

@ -476,7 +476,7 @@ gst_vorbisfile_loop (GstElement *element)
VorbisFile *vorbisfile = GST_VORBISFILE (element); VorbisFile *vorbisfile = GST_VORBISFILE (element);
GstBuffer *outbuf; GstBuffer *outbuf;
long ret; long ret;
GstClockTime time; GstClockTime time = 0;
gint64 samples; gint64 samples;
gint link; gint link;

View file

@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Media-Specific Libraries Name: GStreamer Media-Specific Libraries
Description: Streaming-media framework, media-specific libraries Description: Streaming-media framework, media-specific libraries
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@ Version: @VERSION@
Libs: Libs:
Cflags: -I${includedir} Cflags: -I${includedir}

View file

@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Play Library Name: GStreamer Play Library
Description: Streaming-media framework, play libraries Description: Streaming-media framework, play libraries
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@ Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@