platform/upstream/gstreamer.git
20 years agogst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_addr_t...
Ronald S. Bultje [Sat, 3 Jan 2004 13:20:57 +0000 (13:20 +0000)]
gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_addr_t in netinet/in.h, like it does on L...

Original commit message from CVS:
2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/rtp/rtp-packet.c:
Add sys/types.h include, since OS X doesn't define in_addr_t
in netinet/in.h, like it does on Linux (see #129600).

20 years agoext/alsa/gstalsamixer.c: Correct logic of dispose function (see #129306).
Ronald S. Bultje [Sat, 3 Jan 2004 13:09:21 +0000 (13:09 +0000)]
ext/alsa/gstalsamixer.c: Correct logic of dispose function (see #129306).

Original commit message from CVS:
2004-01-03  Thomas Canty <tommydal@optushome.com.au>

reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>

* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
Correct logic of dispose function (see #129306).

20 years agogst/mpegstream/: and also fix integer overflows at high PTS values (see #126967).
Ronald S. Bultje [Sat, 3 Jan 2004 13:06:10 +0000 (13:06 +0000)]
gst/mpegstream/: and also fix integer overflows at high PTS values (see #126967).

Original commit message from CVS:
2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
(gst_mpeg_parse_init):
* gst/mpegstream/gstmpegparse.h:
Remove clock (which was never provided, i.e. dead code), and
also fix integer overflows at high PTS values (see #126967).

20 years agoext/: OS X fixes (see #126628).
Ronald S. Bultje [Sat, 3 Jan 2004 12:53:44 +0000 (12:53 +0000)]
ext/: OS X fixes (see #126628).

Original commit message from CVS:
2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* ext/flac/gstflacdec.c:
* ext/libpng/gstpngenc.h:
* ext/mikmod/gstmikmod.h:
OS X fixes (see #126628).

20 years agofix Company's dist breaking
Thomas Vander Stichele [Sat, 3 Jan 2004 10:03:56 +0000 (10:03 +0000)]
fix Company's dist breaking

Original commit message from CVS:
fix Company's dist breaking

20 years agoext/alsa/gstalsasrc.c: Remove bogus "src" request pad.
David Schleef [Sat, 3 Jan 2004 01:27:31 +0000 (01:27 +0000)]
ext/alsa/gstalsasrc.c: Remove bogus "src" request pad.

Original commit message from CVS:
* ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
(gst_alsa_src_base_init): Remove bogus "src" request pad.
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
(gst_mpeg_parse_class_init): Move pad template registration
to class_init, since the derived class (mpegdemux) doesn't
want them.

20 years agosys/: Move interface libs from LDFLAGS to LIBADD, fix relocation errors after install...
Ronald S. Bultje [Fri, 2 Jan 2004 23:42:30 +0000 (23:42 +0000)]
sys/: Move interface libs from LDFLAGS to LIBADD, fix relocation errors after installation (see #127664).

Original commit message from CVS:
2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* sys/ximage/Makefile.am:
* sys/xvideo/Makefile.am:
* sys/xvimage/Makefile.am:
Move interface libs from LDFLAGS to LIBADD, fix relocation errors
after installation (see #127664).

20 years agoext/ffmpeg/gstffmpegenc.c: Negotiation fixes.
David Schleef [Fri, 2 Jan 2004 23:11:41 +0000 (23:11 +0000)]
ext/ffmpeg/gstffmpegenc.c: Negotiation fixes.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
(gst_ffmpegenc_connect):  Negotiation fixes.
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
Remove inappropriate gst_caps_free().
* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
Reenable Ronald's internal resize code, since the core handles
it correctly now.

20 years agosys/v4l/: Fix pad template stuff.
Ronald S. Bultje [Fri, 2 Jan 2004 21:57:10 +0000 (21:57 +0000)]
sys/v4l/: Fix pad template stuff.

Original commit message from CVS:
2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
Fix pad template stuff.

20 years agogst/matroska/: fix signed integer reading/writing.
Ronald S. Bultje [Fri, 2 Jan 2004 20:38:59 +0000 (20:38 +0000)]
gst/matroska/: fix signed integer reading/writing.

Original commit message from CVS:
2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/matroska/ebml-read.c: (gst_ebml_read_sint):
* gst/matroska/ebml-write.c: (gst_ebml_write_sint):
fix signed integer reading/writing.

20 years agoext/alsa/README: Remove outdated document
Benjamin Otte [Fri, 2 Jan 2004 17:28:56 +0000 (17:28 +0000)]
ext/alsa/README: Remove outdated document

Original commit message from CVS:
2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/alsa/README:
Remove outdated document

20 years agosrc pad was being created twice - oops.
Jan Schmidt [Fri, 2 Jan 2004 15:32:40 +0000 (15:32 +0000)]
src pad was being created twice - oops.

Original commit message from CVS:
src pad was being created twice - oops.

20 years agosys/ximage/ximagesink.c: Comment out internal resize. It doesn't handle the resulting
Ronald S. Bultje [Fri, 2 Jan 2004 11:34:24 +0000 (11:34 +0000)]
sys/ximage/ximagesink.c: Comment out internal resize. It doesn't handle the resulting

Original commit message from CVS:
2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
Comment out internal resize. It doesn't handle the resulting
XEvent internally, does another try_set_caps() which leads to
a really nice loop.
Real fix will come when Julien and Dave are awake. ;).

20 years agoext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.
Ronald S. Bultje [Fri, 2 Jan 2004 10:51:57 +0000 (10:51 +0000)]
ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.

Original commit message from CVS:
2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* ext/mpeg2enc/gstmpeg2enc.cc:
fix const/nonconst compile issue.

20 years agoAdd fixate function and test for bad caps
David Schleef [Fri, 2 Jan 2004 10:04:34 +0000 (10:04 +0000)]
Add fixate function and test for bad caps

Original commit message from CVS:
Add fixate function and test for bad caps

20 years agoFix silly typo
David Schleef [Fri, 2 Jan 2004 10:02:37 +0000 (10:02 +0000)]
Fix silly typo

Original commit message from CVS:
Fix silly typo

20 years agoFix compile error in last checkin
David Schleef [Fri, 2 Jan 2004 07:37:14 +0000 (07:37 +0000)]
Fix compile error in last checkin

Original commit message from CVS:
Fix compile error in last checkin

20 years agoNegotiation fixes
David Schleef [Fri, 2 Jan 2004 07:25:10 +0000 (07:25 +0000)]
Negotiation fixes

Original commit message from CVS:
Negotiation fixes

20 years agoRemove some dead code
David Schleef [Fri, 2 Jan 2004 07:19:41 +0000 (07:19 +0000)]
Remove some dead code

Original commit message from CVS:
Remove some dead code

20 years agoConvert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef [Fri, 2 Jan 2004 07:09:22 +0000 (07:09 +0000)]
Convert elements to use gst_pad_use_explicit_caps() where appropriate.

Original commit message from CVS:
Convert elements to use gst_pad_use_explicit_caps() where appropriate.

20 years agoconfigure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1.6.1...
Ronald S. Bultje [Thu, 1 Jan 2004 22:45:57 +0000 (22:45 +0000)]
configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1.6.1.92, since the pkg-config file of 1....

Original commit message from CVS:
2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* configure.ac:
Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
it therefore uses the wrong include paths. Too bad... Note
that 1.6.1.93 is not release yet. ;).
Also add a check for mplex, which is now using the lib'ified
mplex from mjpegtools, too.
* ext/ffmpeg/gstffmpegcodecmap.c:
Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
issues. I don't think ffmpeg handles 3ivx correctly, so this
probably won't work. But it won't hurt either.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
(gst_ffmpegdec_chain):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
(gst_ffmpegenc_chain_audio):
Fix memleak in audio encoding. Close codec if open fails, this
calls the cleanup routines so we can re-use the context.
* ext/mpeg2enc/gstmpeg2enc.cc:
Fix pad template names/types, fix memory issue with getcaps().
* ext/mpeg2enc/gstmpeg2encoder.cc:
* ext/mpeg2enc/gstmpeg2encoder.hh:
Fix compile issue with new caps system (const thingy).
* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
* ext/mpeg2enc/gstmpeg2encpicturereader.hh:
We read a first frame right on initing, so that we have a caps
when we init the output. This caps is cached in padprivate and
read as first frame.
* ext/mplex/Makefile.am:
* ext/mplex/gstmplex.cc:
* ext/mplex/gstmplex.h:
* ext/mplex/gstmplex.hh:
* ext/mplex/gstmplexibitstream.cc:
* ext/mplex/gstmplexibitstream.hh:
* ext/mplex/gstmplexjob.cc:
* ext/mplex/gstmplexjob.hh:
* ext/mplex/gstmplexoutputstream.cc:
* ext/mplex/gstmplexoutputstream.hh:
We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
had issues, didn't do capsnego, supported only a subset of the
mplex features and required a mplex fork in our local CVS. Plus
that it worked agaist a very old mplex version. Rewriting was
faster than updating it.
* gst-libs/ext/Makefile.am:
* gst-libs/ext/mplex/INSTRUCT:
* gst-libs/ext/mplex/Makefile.am:
* gst-libs/ext/mplex/README:
* gst-libs/ext/mplex/TODO:
* gst-libs/ext/mplex/ac3strm_in.cc:
* gst-libs/ext/mplex/audiostrm.hh:
* gst-libs/ext/mplex/audiostrm_out.cc:
* gst-libs/ext/mplex/aunit.hh:
* gst-libs/ext/mplex/bits.cc:
* gst-libs/ext/mplex/bits.hh:
* gst-libs/ext/mplex/buffer.cc:
* gst-libs/ext/mplex/buffer.hh:
* gst-libs/ext/mplex/fastintfns.h:
* gst-libs/ext/mplex/format_codes.h:
* gst-libs/ext/mplex/inputstrm.cc:
* gst-libs/ext/mplex/inputstrm.hh:
* gst-libs/ext/mplex/lpcmstrm_in.cc:
* gst-libs/ext/mplex/mjpeg_logging.cc:
* gst-libs/ext/mplex/mjpeg_logging.h:
* gst-libs/ext/mplex/mjpeg_types.h:
* gst-libs/ext/mplex/mpastrm_in.cc:
* gst-libs/ext/mplex/mpegconsts.cc:
* gst-libs/ext/mplex/mpegconsts.h:
* gst-libs/ext/mplex/mplexconsts.hh:
* gst-libs/ext/mplex/multplex.cc:
* gst-libs/ext/mplex/outputstream.hh:
* gst-libs/ext/mplex/padstrm.cc:
* gst-libs/ext/mplex/padstrm.hh:
* gst-libs/ext/mplex/stillsstream.cc:
* gst-libs/ext/mplex/stillsstream.hh:
* gst-libs/ext/mplex/systems.cc:
* gst-libs/ext/mplex/systems.hh:
* gst-libs/ext/mplex/vector.cc:
* gst-libs/ext/mplex/vector.hh:
* gst-libs/ext/mplex/videostrm.hh:
* gst-libs/ext/mplex/videostrm_in.cc:
* gst-libs/ext/mplex/videostrm_out.cc:
* gst-libs/ext/mplex/yuv4mpeg.cc:
* gst-libs/ext/mplex/yuv4mpeg.h:
* gst-libs/ext/mplex/yuv4mpeg_intern.h:
* gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
We don't fork mjpegtools' mplex in our CVS anymore.
* gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
(gst_avi_demux_add_stream):
* gst/avi/gstavidemux.h:
Add getcaps() function for proper caps nego. This makes some
parts of AVI playback/reading work.
* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
Resize window on new capsnego. This is probably wrong, but
I'm still committing it because with current capsnego, the
first successfull capsnego is auto-fixated, therefore rounded
down to the lowest values in the caps. this results in a 16x16
XWindow that is not reized when real capsnego finishes.
Dave, I see more cases of this, do you know a proper solution?
* tools/gst-launch-ext.in:
Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.

20 years agoChange gst_pad_proxy_link() to gst_pad_try_set_caps()
David Schleef [Wed, 31 Dec 2003 08:41:48 +0000 (08:41 +0000)]
Change gst_pad_proxy_link() to gst_pad_try_set_caps()

Original commit message from CVS:
Change gst_pad_proxy_link() to gst_pad_try_set_caps()

20 years agoNegotiation fixes.
David Schleef [Wed, 31 Dec 2003 08:02:04 +0000 (08:02 +0000)]
Negotiation fixes.

Original commit message from CVS:
Negotiation fixes.

20 years agoext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.
Colin Walters [Tue, 30 Dec 2003 02:07:05 +0000 (02:07 +0000)]
ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.

Original commit message from CVS:
2003-12-29  Colin Walters  <walters@verbum.org>

* ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
signed.

20 years agoFix warning about discarding const qualifier
Jan Schmidt [Mon, 29 Dec 2003 15:16:03 +0000 (15:16 +0000)]
Fix warning about discarding const qualifier

Original commit message from CVS:
Fix warning about discarding const qualifier

20 years agogst/sine/gstsinesrc.c: Fix sinesrc segfaulting
Benjamin Otte [Mon, 29 Dec 2003 13:51:21 +0000 (13:51 +0000)]
gst/sine/gstsinesrc.c: Fix sinesrc segfaulting

Original commit message from CVS:
2003-12-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_get):
Fix sinesrc segfaulting

20 years agoChangelog update
Jeremy Simon [Sat, 27 Dec 2003 19:49:18 +0000 (19:49 +0000)]
Changelog update

Original commit message from CVS:
Changelog update

20 years agoFix warnings
Jeremy Simon [Sat, 27 Dec 2003 19:37:17 +0000 (19:37 +0000)]
Fix warnings

Original commit message from CVS:
Fix warnings

20 years agoext/alsa/gstalsa.c: Don't send ALSA debugging to stderr.
Benjamin Otte [Sat, 27 Dec 2003 17:19:29 +0000 (17:19 +0000)]
ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr.

Original commit message from CVS:
2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/alsa/gstalsa.c: (gst_alsa_open_audio):
Don't send ALSA debugging to stderr.
* ext/alsa/gstalsa.h:
Use GST_WARNING instead of g_warning when ALSA functions fail.

20 years agosys/xvimage/xvimagesink.c: Free XVAdapterInfo correctly.
Benjamin Otte [Sat, 27 Dec 2003 15:37:43 +0000 (15:37 +0000)]
sys/xvimage/xvimagesink.c: Free XVAdapterInfo correctly.

Original commit message from CVS:
2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
Free XVAdapterInfo correctly.

20 years agoext/mad/gstid3tag.c: Make id3tag use correct caps nego.
Benjamin Otte [Sat, 27 Dec 2003 13:54:14 +0000 (13:54 +0000)]
ext/mad/gstid3tag.c: Make id3tag use correct caps nego.

Original commit message from CVS:
2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
(gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
Make id3tag use correct caps nego.

20 years agomake tremor work again
Amaury Jacquot [Sat, 27 Dec 2003 13:07:06 +0000 (13:07 +0000)]
make tremor work again

Original commit message from CVS:
make tremor work again

20 years agotestsuite/spider/: Make tests compile again. They probably don't work.
Benjamin Otte [Sat, 27 Dec 2003 10:11:02 +0000 (10:11 +0000)]
testsuite/spider/: Make tests compile again. They probably don't work.

Original commit message from CVS:
2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* testsuite/spider/spider1.c: (main):
* testsuite/spider/spider2.c: (main):
* testsuite/spider/spider3.c: (main):
Make tests compile again. They probably don't work.

20 years agoReturn NULL if we can't fixate the caps anymore.
Colin Walters [Wed, 24 Dec 2003 17:01:00 +0000 (17:01 +0000)]
Return NULL if we can't fixate the caps anymore.

Original commit message from CVS:
Return NULL if we can't fixate the caps anymore.

20 years agogst/volume/gstvolume.c: Proxy getcaps.
David Schleef [Wed, 24 Dec 2003 03:31:06 +0000 (03:31 +0000)]
gst/volume/gstvolume.c: Proxy getcaps.

Original commit message from CVS:
* gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
* sys/oss/gstosssink.c: (gst_osssink_init),
(gst_osssink_sink_fixate): Add fixate function.

20 years agoext/ffmpeg/: fix typo in RGB masks, and move back to "old" colorspace capsnego code...
Ronald S. Bultje [Wed, 24 Dec 2003 00:12:16 +0000 (00:12 +0000)]
ext/ffmpeg/: fix typo in RGB masks, and move back to "old" colorspace capsnego code until whoever wrote this new crap...

Original commit message from CVS:
2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* ext/ffmpeg/gstffmpegcodecmap.c:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
(gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
(gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
(gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
(gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
(gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
fix typo in RGB masks, and move back to "old" colorspace
capsnego code until whoever wrote this new crap has actually
tested it so that it works.
And yes, this works, keep it that way please.

20 years agoFix caps breakage after Dave's caps branch merge.
Ronald S. Bultje [Tue, 23 Dec 2003 22:50:05 +0000 (22:50 +0000)]
Fix caps breakage after Dave's caps branch merge.

Original commit message from CVS:
2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
(gst_divxdec_init), (gst_divxdec_negotiate):
* ext/divx/gstdivxdec.h:
* ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
(gst_divxenc_init):
* ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
(gst_faac_sinkconnect), (gst_faac_srcconnect):
* ext/mpeg2enc/gstmpeg2enc.cc:
* ext/mpeg2enc/gstmpeg2encoder.cc:
* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
(dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
* sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
(dxr3spusink_init):
* sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
(dxr3videosink_init):
Fix caps breakage after Dave's caps branch merge.

20 years agoFix 24bppLE RGB
Ronald S. Bultje [Tue, 23 Dec 2003 22:41:37 +0000 (22:41 +0000)]
Fix 24bppLE RGB

Original commit message from CVS:
Fix 24bppLE RGB

20 years agoI'm too lazy to comment this
Colin Walters [Tue, 23 Dec 2003 21:30:12 +0000 (21:30 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

20 years agoAdd ARG_HANDLE property that takes a GnomeVFSHandle directly.
Colin Walters [Tue, 23 Dec 2003 21:28:35 +0000 (21:28 +0000)]
Add ARG_HANDLE property that takes a GnomeVFSHandle directly.

Original commit message from CVS:
Add ARG_HANDLE property that takes a GnomeVFSHandle directly.

20 years agoAdd "handle" argument, which takes a GnomeVFSHandle directly.
Colin Walters [Tue, 23 Dec 2003 03:49:27 +0000 (03:49 +0000)]
Add "handle" argument, which takes a GnomeVFSHandle directly.

Original commit message from CVS:
Add "handle" argument, which takes a GnomeVFSHandle directly.

20 years agogst/volume/: Reenable volume element and fix to work with new caps stuff.
Benjamin Otte [Mon, 22 Dec 2003 21:06:03 +0000 (21:06 +0000)]
gst/volume/: Reenable volume element and fix to work with new caps stuff.

Original commit message from CVS:
2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/volume/Makefile.am:
* gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
(volume_base_init), (volume_init):
Reenable volume element and fix to work with new caps stuff.
Rhythmbox needs this.

20 years agogst/qtdemux/qtdemux.c: qtdemux requires bytestream
Benjamin Otte [Mon, 22 Dec 2003 19:05:33 +0000 (19:05 +0000)]
gst/qtdemux/qtdemux.c: qtdemux requires bytestream

Original commit message from CVS:
2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/qtdemux/qtdemux.c: (plugin_init):
qtdemux requires bytestream

20 years agoext/alsa/gstalsa.c: Fix remaining caps handling errors due to CAPS merge.
Benjamin Otte [Mon, 22 Dec 2003 16:38:00 +0000 (16:38 +0000)]
ext/alsa/gstalsa.c: Fix remaining caps handling errors due to CAPS merge.

Original commit message from CVS:
2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
Fix remaining caps handling errors due to CAPS merge.

20 years agoext/faad/gstfaad.c: Port to new caps system.
Benjamin Otte [Mon, 22 Dec 2003 06:56:16 +0000 (06:56 +0000)]
ext/faad/gstfaad.c: Port to new caps system.

Original commit message from CVS:
2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
(gst_faad_sinkconnect), (gst_faad_srcgetcaps),
(gst_faad_srcconnect):
Port to new caps system.

20 years agoMerge CAPS branch
David Schleef [Mon, 22 Dec 2003 01:47:09 +0000 (01:47 +0000)]
Merge CAPS branch

Original commit message from CVS:
Merge CAPS branch

20 years agoexamples/gstplay/player.c: using g_print instead of g_message.
Julien Moutte [Sun, 21 Dec 2003 22:11:46 +0000 (22:11 +0000)]
examples/gstplay/player.c: using g_print instead of g_message.

Original commit message from CVS:
* examples/gstplay/player.c: (got_time_tick), (got_stream_length),
(got_video_size), (main): using g_print instead of g_message.
* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
signal which was not emitted because of "switch" element added to the
bin but not connected. (Removing from the bin temporarily)

20 years agofix BBB's configure.ac changes
Thomas Vander Stichele [Sun, 21 Dec 2003 20:51:14 +0000 (20:51 +0000)]
fix BBB's configure.ac changes

Original commit message from CVS:
fix BBB's configure.ac changes

20 years agoconfigure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X developme...
Julien Moutte [Sun, 21 Dec 2003 19:48:40 +0000 (19:48 +0000)]
configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X development files. I don't understand the...

Original commit message from CVS:
* configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
find X development files. I don't understand the previous tests and
they fail on my debian/ppc unstable. This one works.
* examples/gstplay/player.c: (main): Set the pipeline to READY before
exiting.
* gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
(gst_play_set_video_sink), (gst_play_set_audio_sink),
(gst_play_set_visualization): Add some safety checks in set_ methods
and state_change. This was throwing some ugly CRITICAL messages when
pipeline was getting disposed and casts were failing.

20 years agoconfigure.ac: Improve mpeg2enc detection. This is for distributions that do ship...
Ronald S. Bultje [Sun, 21 Dec 2003 18:44:34 +0000 (18:44 +0000)]
configure.ac: Improve mpeg2enc detection. This is for distributions that do ship mjpegtools, but without mpeg2enc. Al...

Original commit message from CVS:
2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* configure.ac:
Improve mpeg2enc detection. This is for distributions that do
ship mjpegtools, but without mpeg2enc. Also does object check
for might there ever be ABI incompatibility.
* ext/mpeg2enc/gstmpeg2enc.cc:
Add Andrew as second maintainer (he's helping me), and also add
an error if no caps was set. This happens if I pull before capsnego
and that's something I should solve sometime else.
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_parse_blockgroup):
Fix time parsing.
* gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
(gst_matroska_mux_track_header):
Add caps to templates.
* gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
Add mpegversion=1 to prevent confusion with MPEG/AAC.
* gst/mpegstream/gstmpegdemux.c:
Remove layer since it causes warnings about unfixed caps.
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
Fix obvious typo (we error out if caps were set, we should of
course error out if *no* caps were set).
* sys/oss/gstosselement.c: (gst_osselement_convert):
Fix format conversion, we confused bits/bytes.
* sys/oss/gstosselement.h:
Improve documentation for 'bps'.
* sys/v4l/TODO:
Remove stuff about plugins that need removing - this was done
ages ago.
* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
(gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
(gst_v4lsrc_src_query):
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
(gst_v4l2src_src_convert), (gst_v4l2src_src_query):
Add get_query_types(), get_formats() and query() functions.

20 years agofresh ChangeLog
Thomas Vander Stichele [Sun, 21 Dec 2003 18:06:07 +0000 (18:06 +0000)]
fresh ChangeLog

Original commit message from CVS:
fresh ChangeLog

20 years agobump back to cvs versoin
Thomas Vander Stichele [Sat, 20 Dec 2003 13:58:35 +0000 (13:58 +0000)]
bump back to cvs versoin

Original commit message from CVS:
bump back to cvs versoin

20 years agocommitting release stuff testing fdo cvs commits this mail should have the proper...
Thomas Vander Stichele [Sat, 20 Dec 2003 13:53:55 +0000 (13:53 +0000)]
committing release stuff testing fdo cvs commits this mail should have the proper viewcvs links

Original commit message from CVS:
committing release stuff
testing fdo cvs commits
this mail should have the proper viewcvs links

20 years agosuperfluous space segregation
Thomas Vander Stichele [Fri, 19 Dec 2003 14:39:03 +0000 (14:39 +0000)]
superfluous space segregation

Original commit message from CVS:
superfluous space segregation

20 years agofix header define
Thomas Vander Stichele [Fri, 19 Dec 2003 14:38:30 +0000 (14:38 +0000)]
fix header define

Original commit message from CVS:
fix header define

20 years agoadd missing tah.h file
Christian Schaller [Thu, 18 Dec 2003 11:18:40 +0000 (11:18 +0000)]
add missing tah.h file

Original commit message from CVS:
add missing tah.h file

20 years agoSorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses...
Ronald S. Bultje [Thu, 18 Dec 2003 09:31:50 +0000 (09:31 +0000)]
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding...

Original commit message from CVS:
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.

20 years agosmall fix
Christian Schaller [Wed, 17 Dec 2003 22:56:57 +0000 (22:56 +0000)]
small fix

Original commit message from CVS:
small fix

20 years agoFix LE caps on bpp=24/32. Our docs currently say that these are BE only. I disagree...
Ronald S. Bultje [Wed, 17 Dec 2003 22:37:26 +0000 (22:37 +0000)]
Fix LE caps on bpp=24/32. Our docs currently say that these are BE only. I disagree, but still, it's our spec so let'...

Original commit message from CVS:
Fix LE caps on bpp=24/32. Our docs currently say that these are BE only. I disagree, but still, it's our spec so let's keep to it for now...

20 years agoHarmonize state of sinks with the pipeline state.
Julien Moutte [Tue, 16 Dec 2003 22:52:01 +0000 (22:52 +0000)]
Harmonize state of sinks with the pipeline state.

Original commit message from CVS:
Harmonize state of sinks with the pipeline state.

20 years agodisable gdk_pixbuf by default
Thomas Vander Stichele [Tue, 16 Dec 2003 16:58:59 +0000 (16:58 +0000)]
disable gdk_pixbuf by default

Original commit message from CVS:
disable gdk_pixbuf by default

20 years agoAdding tag dumping support.
Julien Moutte [Tue, 16 Dec 2003 14:56:06 +0000 (14:56 +0000)]
Adding tag dumping support.

Original commit message from CVS:
Adding tag dumping support.

20 years agolive and let die
Benjamin Otte [Tue, 16 Dec 2003 03:37:21 +0000 (03:37 +0000)]
live and let die

Original commit message from CVS:
live and let die

20 years agoMP3 is mpegversion=1, else it clashes with MPEG/AAC
Ronald S. Bultje [Mon, 15 Dec 2003 08:39:52 +0000 (08:39 +0000)]
MP3 is mpegversion=1, else it clashes with MPEG/AAC

Original commit message from CVS:
MP3 is mpegversion=1, else it clashes with MPEG/AAC

20 years agononsrcdir build fixes
Thomas Vander Stichele [Mon, 15 Dec 2003 08:38:02 +0000 (08:38 +0000)]
nonsrcdir build fixes

Original commit message from CVS:
nonsrcdir build fixes

20 years agomake get_id3v1 work
Benjamin Otte [Mon, 15 Dec 2003 03:35:00 +0000 (03:35 +0000)]
make get_id3v1 work

Original commit message from CVS:
make get_id3v1 work

20 years agomake sdl depend on X
Thomas Vander Stichele [Sun, 14 Dec 2003 23:28:34 +0000 (23:28 +0000)]
make sdl depend on X

Original commit message from CVS:
make sdl depend on X

20 years agodist fix
Thomas Vander Stichele [Sun, 14 Dec 2003 21:27:49 +0000 (21:27 +0000)]
dist fix

Original commit message from CVS:
dist fix

20 years agoImplement query function and use GST_BUFFER_DURATION
Ronald S. Bultje [Sun, 14 Dec 2003 21:25:32 +0000 (21:25 +0000)]
Implement query function and use GST_BUFFER_DURATION

Original commit message from CVS:
Implement query function and use GST_BUFFER_DURATION

20 years agoUse filtered caps for format detection, and use GST_BUFFER_DURATION
Ronald S. Bultje [Sun, 14 Dec 2003 21:23:57 +0000 (21:23 +0000)]
Use filtered caps for format detection, and use GST_BUFFER_DURATION

Original commit message from CVS:
Use filtered caps for format detection, and use GST_BUFFER_DURATION

20 years agodistcheck fixes
Thomas Vander Stichele [Sun, 14 Dec 2003 19:50:00 +0000 (19:50 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agobuild fix
Thomas Vander Stichele [Sun, 14 Dec 2003 18:07:35 +0000 (18:07 +0000)]
build fix

Original commit message from CVS:
build fix

20 years agoFixing makefile. Smarter seek
Julien Moutte [Sun, 14 Dec 2003 17:31:07 +0000 (17:31 +0000)]
Fixing makefile. Smarter seek

Original commit message from CVS:
Fixing makefile. Smarter seek

20 years agonot done yet
Thomas Vander Stichele [Sun, 14 Dec 2003 17:28:47 +0000 (17:28 +0000)]
not done yet

Original commit message from CVS:
not done yet

20 years agotrademark protection
Thomas Vander Stichele [Sun, 14 Dec 2003 17:13:29 +0000 (17:13 +0000)]
trademark protection

Original commit message from CVS:
trademark protection

20 years agoSynchronizing my changes.
Julien Moutte [Sun, 14 Dec 2003 17:00:18 +0000 (17:00 +0000)]
Synchronizing my changes.

Original commit message from CVS:
Synchronizing my changes.

20 years agoAdding a test app for libgstplay. It is a command line player.
Julien Moutte [Sun, 14 Dec 2003 16:59:09 +0000 (16:59 +0000)]
Adding a test app for libgstplay. It is a command line player.

Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.

20 years agomake pixbuf loader dir configurable
Thomas Vander Stichele [Sun, 14 Dec 2003 16:51:39 +0000 (16:51 +0000)]
make pixbuf loader dir configurable

Original commit message from CVS:
make pixbuf loader dir configurable

20 years agoImplement query() function implementation in sinesrc and fix up paused-ready-paused...
Ronald S. Bultje [Sun, 14 Dec 2003 16:15:49 +0000 (16:15 +0000)]
Implement query() function implementation in sinesrc and fix up paused-ready-paused handling

Original commit message from CVS:
Implement query() function implementation in sinesrc and fix up paused-ready-paused handling

20 years agoadding my latest fixes. The xvid stuff prolly need some fixing
Christian Schaller [Sun, 14 Dec 2003 14:41:12 +0000 (14:41 +0000)]
adding my latest fixes. The xvid stuff prolly need some fixing

Original commit message from CVS:
adding my latest fixes. The xvid stuff prolly need some fixing

20 years agounnecessary includes that prevent the build with freedesktop.org X server
Amaury Jacquot [Sun, 14 Dec 2003 11:58:29 +0000 (11:58 +0000)]
unnecessary includes that prevent the build with freedesktop.org X server

Original commit message from CVS:
unnecessary includes that prevent the build with freedesktop.org X server

20 years agocompile fixes
Thomas Vander Stichele [Sun, 14 Dec 2003 11:42:16 +0000 (11:42 +0000)]
compile fixes

Original commit message from CVS:
compile fixes

20 years agomake this thing work with invalid buffer timestamps
Benjamin Otte [Sun, 14 Dec 2003 05:10:28 +0000 (05:10 +0000)]
make this thing work with invalid buffer timestamps

Original commit message from CVS:
make this thing work with invalid buffer timestamps

20 years agodistcheck fixes: include built sources in CLEANFILES
Benjamin Otte [Sat, 13 Dec 2003 21:46:47 +0000 (21:46 +0000)]
distcheck fixes: include built sources in CLEANFILES

Original commit message from CVS:
distcheck fixes: include built sources in CLEANFILES

20 years agofix for autoplug removal
Benjamin Otte [Sat, 13 Dec 2003 21:12:17 +0000 (21:12 +0000)]
fix for autoplug removal

Original commit message from CVS:
fix for autoplug removal

20 years agofix build wrt to autoplug test
Christian Schaller [Sat, 13 Dec 2003 20:13:14 +0000 (20:13 +0000)]
fix build wrt to autoplug test

Original commit message from CVS:
fix build wrt to autoplug test

20 years agosome fixes to work again
Christian Schaller [Sat, 13 Dec 2003 20:11:59 +0000 (20:11 +0000)]
some fixes to work again

Original commit message from CVS:
some fixes to work again

20 years agoremove autoplug tests as GstAutoplug doesn't exist anymore
Benjamin Otte [Sat, 13 Dec 2003 19:12:19 +0000 (19:12 +0000)]
remove autoplug tests as GstAutoplug doesn't exist anymore

Original commit message from CVS:
remove autoplug tests as GstAutoplug doesn't exist anymore

20 years agoRemove ffmpegdecall, it's been removed ages ago, and add matroska pipelines
Ronald S. Bultje [Sat, 13 Dec 2003 18:31:12 +0000 (18:31 +0000)]
Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelines

Original commit message from CVS:
Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelines

20 years agoremoved GST_*_CAST. Disabling of type checking is done in glib.
Benjamin Otte [Sat, 13 Dec 2003 16:59:51 +0000 (16:59 +0000)]
removed GST_*_CAST. Disabling of type checking is done in glib.

Original commit message from CVS:
removed GST_*_CAST. Disabling of type checking is done in glib.

20 years agoFixing a memleak
Julien Moutte [Fri, 12 Dec 2003 17:46:36 +0000 (17:46 +0000)]
Fixing a memleak

Original commit message from CVS:
Fixing a memleak

20 years agoReverting Benjamin's changes as agreed with Ronald until someone really explain how...
Julien Moutte [Fri, 12 Dec 2003 16:49:22 +0000 (16:49 +0000)]
Reverting Benjamin's changes as agreed with Ronald until someone really explain how RGB should be handled.

Original commit message from CVS:
Reverting Benjamin's changes as agreed with Ronald until someone really explain how RGB should be handled.

20 years agofix vorbis playback (by using a hack, but for now...)
Benjamin Otte [Fri, 12 Dec 2003 03:08:17 +0000 (03:08 +0000)]
fix vorbis playback (by using a hack, but for now...)

Original commit message from CVS:
fix vorbis playback (by using a hack, but for now...)

20 years agoUsing private structure for members so that we have more chance that the header is...
Julien Moutte [Thu, 11 Dec 2003 22:29:14 +0000 (22:29 +0000)]
Using private structure for members so that we have more chance that the header is frozen. :)

Original commit message from CVS:
Using private structure for members so that we have more chance that the header is frozen. :)

20 years agoThis is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Curren...
Ronald S. Bultje [Thu, 11 Dec 2003 21:07:25 +0000 (21:07 +0000)]
This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candi...

Original commit message from CVS:
This is a first attempt at a wrapper for the lib'ified mpeg2enc of
mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2
available, but no stable version yet.
I've made 4 small subclasses to wrap input, output, options and generic
encoding model. The last .cc file is the GStreamer plugin element.

Note that it doesn't actually work yet, I'm doing something wrong with
header parsing and Andrew asked me to commit so he could help debugging
that. Apart from that, we should soon be able to make top-quality MPEG
encodes! :).

mpeg2enc licensing is tricky, btw, I don't even want to start discussing
that...

20 years agoCommitted fix for #128893 (properly detect too old libfaad installations)
Christophe Fergeau [Tue, 9 Dec 2003 15:23:08 +0000 (15:23 +0000)]
Committed fix for #128893 (properly detect too old libfaad installations)

Original commit message from CVS:
Committed fix for #128893 (properly detect too old libfaad installations)

20 years agoChange GST_*_PADDING to _gst_private[GST_PADDING]
David Schleef [Tue, 9 Dec 2003 10:02:08 +0000 (10:02 +0000)]
Change GST_*_PADDING to _gst_private[GST_PADDING]

Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]

20 years agomake videofilter handle RGB correctly
Benjamin Otte [Tue, 9 Dec 2003 01:17:28 +0000 (01:17 +0000)]
make videofilter handle RGB correctly

Original commit message from CVS:
make videofilter handle RGB correctly

20 years agodistcheck fixes
Thomas Vander Stichele [Mon, 8 Dec 2003 23:41:53 +0000 (23:41 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agoChanged a >= test to a > on the input buffer size in gst_tag_list_from_vorbiscomment_...
Christophe Fergeau [Mon, 8 Dec 2003 22:07:57 +0000 (22:07 +0000)]
Changed a >= test to a > on the input buffer size in gst_tag_list_from_vorbiscomment_buffer. This was preventing the ...

Original commit message from CVS:
Changed a >= test to a > on the input buffer size in gst_tag_list_from_vorbiscomment_buffer. This was preventing the parsing of vorbiscomments not ending with a sync byte (which seems to happen in flac files)