mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
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:
parent
244658dc96
commit
2c30291763
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue