platform/upstream/gstreamer.git
18 years agomove old example to tests/examples/volume/volune.c
Stefan Kost [Fri, 30 Dec 2005 14:54:06 +0000 (14:54 +0000)]
move old example to tests/examples/volume/volune.c

Original commit message from CVS:
* configure.ac:
* gst/volume/Makefile.am:
* gst/volume/demo.c:
move old example to tests/examples/volume/volune.c
* tests/examples/Makefile.am:
* tests/examples/seek/seek.c: (main):
change window-close event from "delete-event" to "destroy"
* tests/examples/volume/Makefile.am:
* tests/examples/volume/volume.c: (value_changed_callback),
(setup_gui), (message_received), (eos_message_received), (main):
fix event handling and bus usage

18 years agogst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segmented...
Stefan Kost [Thu, 29 Dec 2005 20:37:23 +0000 (20:37 +0000)]
gst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segmented seeking and eos handling, add a 's...

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
(gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
(gst_audio_test_src_query), (gst_audio_test_src_create_sine),
(gst_audio_test_src_create_square),
(gst_audio_test_src_create_saw),
(gst_audio_test_src_create_triangle),
(gst_audio_test_src_create_silence),
(gst_audio_test_src_create_white_noise),
(gst_audio_test_src_create_pink_noise),
(gst_audio_test_src_init_sine_table),
(gst_audio_test_src_create_sine_table),
(gst_audio_test_src_change_wave),
(gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
(gst_audio_test_src_create), (gst_audio_test_src_set_property):
* gst/audiotestsrc/gstaudiotestsrc.h:
update to basesrc changes, implement segmented seeking and eos handling,
add a 'sine-tab' waveform for performance critical playback

18 years agopo/POTFILES.in: ... and this time the other modified file that I missed last time.
Tim-Philipp Müller [Thu, 29 Dec 2005 16:17:55 +0000 (16:17 +0000)]
po/POTFILES.in: ... and this time the other modified file that I missed last time.

Original commit message from CVS:
* po/POTFILES.in:
... and this time the other modified file that I missed last time.

18 years agogst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start of...
Michael Smith [Thu, 29 Dec 2005 14:31:49 +0000 (14:31 +0000)]
gst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start of a block. Should help some compilers.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (new_pad):
Fix non-C89 variable declaration not at the start of a block. Should
help some compilers.

18 years agotests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir)
Tim-Philipp Müller [Thu, 29 Dec 2005 12:43:22 +0000 (12:43 +0000)]
tests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir)

Original commit message from CVS:
* tests/check/Makefile.am:
And now fix 'make distcheck' (builddir != srcdir)

18 years agoNew cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there...
Tim-Philipp Müller [Thu, 29 Dec 2005 12:22:24 +0000 (12:22 +0000)]
New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there are still fixes required to pla...

Original commit message from CVS:
* configure.ac:
* ext/cdparanoia/Makefile.am:
* ext/cdparanoia/gstcdparanoia.c:
* ext/cdparanoia/gstcdparanoia.h:
* ext/cdparanoia/gstcdparanoiasrc.c:
(gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
(gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
(gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
(gst_cd_paranoia_paranoia_callback),
(gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
(gst_cd_paranoia_src_set_property),
(gst_cd_paranoia_src_get_property), (plugin_init):
* ext/cdparanoia/gstcdparanoiasrc.h:
New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
plugin again (there are still fixes required to playbin to make
cdda:// uris work there).

18 years agotests/check/Makefile.am: Fix test case compilation.
Tim-Philipp Müller [Thu, 29 Dec 2005 12:13:57 +0000 (12:13 +0000)]
tests/check/Makefile.am: Fix test case compilation.

Original commit message from CVS:
* tests/check/Makefile.am:
Fix test case compilation.

18 years agogst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uniniti...
Tim-Philipp Müller [Thu, 29 Dec 2005 11:49:11 +0000 (11:49 +0000)]
gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uninitialised variable.

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_update_duration),
(gst_cdda_base_src_calculate_cddb_id):
An integer is not a string. Fix access to uninitialised variable.
* tests/check/Makefile.am:
Add cddabasesrc unit test; also actually enable the vorbis test.
* tests/check/generic/states.c:
Blacklist new cd audio elements as well.
* tests/check/libs/cddabasesrc.c:
Unit test for GstCddaBaseSrc (discid calculation mostly).

18 years agodocs/libs/: Add docs for libgstcdda/GstCddaBaseSrc.
Tim-Philipp Müller [Wed, 28 Dec 2005 18:19:25 +0000 (18:19 +0000)]
docs/libs/: Add docs for libgstcdda/GstCddaBaseSrc.

Original commit message from CVS:
* docs/libs/Makefile.am:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* docs/libs/gst-plugins-base-libs.types:
Add docs for libgstcdda/GstCddaBaseSrc.
* gst-libs/gst/interfaces/mixertrack.h:
Do one struct member per line with a semicolon at the end, that way
even gtk-doc might parse it without complaining.

18 years agoAdd new libgstcdda with GstCddaBaseSrc class.
Tim-Philipp Müller [Wed, 28 Dec 2005 18:06:50 +0000 (18:06 +0000)]
Add new libgstcdda with GstCddaBaseSrc class.

Original commit message from CVS:
* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/cdda/Makefile.am:
* gst-libs/gst/cdda/base64.c:
* gst-libs/gst/cdda/base64.h:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
(gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
(gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
(gst_cdda_base_src_get_property),
(gst_cdda_base_src_get_track_from_sector),
(gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
(gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
(gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
(gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
(gst_cdda_base_src_uri_get_protocols),
(gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
(gst_cdda_base_src_uri_handler_init),
(gst_cdda_base_src_setup_interfaces),
(gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
(cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
(lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
(gst_cdda_base_src_add_tags),
(gst_cdda_base_src_add_index_associations),
(gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
(gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
(gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
(gst_cdda_base_src_create):
* gst-libs/gst/cdda/gstcddabasesrc.h:
* gst-libs/gst/cdda/sha1.c:
* gst-libs/gst/cdda/sha1.h:
Add new libgstcdda with GstCddaBaseSrc class.

18 years agoext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class...
Tim-Philipp Müller [Wed, 28 Dec 2005 14:59:41 +0000 (14:59 +0000)]
ext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class struct, not

Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssink.h:
Use GstBaseSinkClass as parent_class member for class struct, not
GstBaseSink.

18 years agogst/videotestsrc/gstvideotestsrc.c: Add start method to reset running time and number...
Tim-Philipp Müller [Tue, 27 Dec 2005 22:29:43 +0000 (22:29 +0000)]
gst/videotestsrc/gstvideotestsrc.c: Add start method to reset running time and number of frames sent

Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_start):
Add start method to reset running time and number of frames sent
when starting up (fixes #324696; patch by: Michal Benes).

18 years agodocs/plugins/: Add docs stuff for gnomevfssrc and gnomevfssink.
Tim-Philipp Müller [Tue, 27 Dec 2005 21:58:28 +0000 (21:58 +0000)]
docs/plugins/: Add docs stuff for gnomevfssrc and gnomevfssink.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.signals:
Add docs stuff for gnomevfssrc and gnomevfssink.
* ext/gnomevfs/gstgnomevfssrc.c:
Fix example pipeline in gtk-doc blurb.

18 years agoext/gnomevfs/: Port gnomevfssink; add gtk-doc blurb.
Tim-Philipp Müller [Tue, 27 Dec 2005 21:42:23 +0000 (21:42 +0000)]
ext/gnomevfs/: Port gnomevfssink; add gtk-doc blurb.

Original commit message from CVS:
* ext/gnomevfs/Makefile.am:
* ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
(gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
(gst_gnome_vfs_handle_get_type), (plugin_init):
* ext/gnomevfs/gstgnomevfs.h:
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
(gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
(gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
(gst_gnome_vfs_sink_set_property),
(gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
(gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
(gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
(gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
(gst_gnome_vfs_sink_uri_get_type),
(gst_gnome_vfs_sink_uri_get_protocols),
(gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
(gst_gnome_vfs_sink_uri_handler_init):
* ext/gnomevfs/gstgnomevfssink.h:
Port gnomevfssink; add gtk-doc blurb.
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
(gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
(gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
(gst_gnome_vfs_src_uri_get_type),
(gst_gnome_vfs_src_uri_get_protocols),
(gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
(gst_gnome_vfs_src_uri_handler_init),
(gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
(gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
(gst_gnome_vfs_src_send_additional_headers_callback),
(gst_gnome_vfs_src_received_headers_callback),
(gst_gnome_vfs_src_push_callbacks),
(gst_gnome_vfs_src_pop_callbacks),
(gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
(gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
(gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
* ext/gnomevfs/gstgnomevfssrc.h:
s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
file; add gtk-doc blurb with example pipelines.

18 years agoback to HEAD
Thomas Vander Stichele [Fri, 23 Dec 2005 18:16:22 +0000 (18:16 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.10.1
Thomas Vander Stichele [Fri, 23 Dec 2005 18:08:39 +0000 (18:08 +0000)]
releasing 0.10.1

Original commit message from CVS:
releasing 0.10.1

18 years agoiLBC30 and iLBC20 added to typefind.
Edgard Lima [Wed, 21 Dec 2005 20:59:52 +0000 (20:59 +0000)]
iLBC30 and iLBC20 added to typefind.

Original commit message from CVS:
iLBC30 and iLBC20 added to typefind.

18 years agoprereleasing
Thomas Vander Stichele [Tue, 20 Dec 2005 15:57:06 +0000 (15:57 +0000)]
prereleasing

Original commit message from CVS:
prereleasing

18 years agostop making fun of older compilers
Thomas Vander Stichele [Tue, 20 Dec 2005 12:24:29 +0000 (12:24 +0000)]
stop making fun of older compilers

Original commit message from CVS:
stop making fun of older compilers

18 years agogst-libs/gst/audio/: update strings, values are in microseconds change the default...
Thomas Vander Stichele [Tue, 20 Dec 2005 12:00:26 +0000 (12:00 +0000)]
gst-libs/gst/audio/: update strings, values are in microseconds change the default sink buffer time to something that...

Original commit message from CVS:

* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_class_init):
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_class_init):
update strings, values are in microseconds
change the default sink buffer time to something that is smaller
(to help software volume mixing have a slightly lower delay) but
still be acceptable on Wim's laptop

18 years agogst-libs/gst/riff/riff-media.c: Made a quack, forgot to add DUCK to the riff video...
Edward Hervey [Tue, 20 Dec 2005 10:13:05 +0000 (10:13 +0000)]
gst-libs/gst/riff/riff-media.c: Made a quack, forgot to add DUCK to the riff video template.

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
Made a quack, forgot to add DUCK to the riff video template.

18 years agoext/ogg/gstogmparse.c: Make sure pads are initialized correctly.
Edward Hervey [Mon, 19 Dec 2005 15:00:38 +0000 (15:00 +0000)]
ext/ogg/gstogmparse.c: Make sure pads are initialized correctly.

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
(gst_ogm_parse_init), (gst_ogm_audio_parse_init),
(gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
(gst_ogm_parse_chain):
Make sure pads are initialized correctly.
* gst-libs/gst/riff/riff-ids.h:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
(gst_riff_create_video_template_caps):
Add a whole bunch of FOURCC <=> MimeType.
Extend the riff video pad template to support the newly added fourcc.

18 years agoext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains.
Jan Schmidt [Sun, 18 Dec 2005 15:04:21 +0000 (15:04 +0000)]
ext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
(gst_ogg_demux_activate_chain):
Extra debug output when activating/deactivating chains.

* gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
(is_demuxer_element), (try_to_link_1), (remove_element_chain),
(unlinked):
Remove a queue from our list when it becomes unlinked.
Don't add queues to elements in class 'Demux' if they
can only produce one pad

18 years agogst-libs/gst/video/gstvideosink.c: Add a debug category.
Julien Moutte [Sun, 18 Dec 2005 10:54:33 +0000 (10:54 +0000)]
gst-libs/gst/video/gstvideosink.c: Add a debug category.

Original commit message from CVS:
2005-12-18  Julien MOUTTE  <julien@moutte.net>

* gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
(gst_video_sink_get_type): Add a debug category.

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our...
Philippe Kalaf [Sun, 18 Dec 2005 00:56:07 +0000 (00:56 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our own newsegment before the next bu...

Original commit message from CVS:
2005-12-17  Philippe Khalaf  <burger@speedy.org>

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
Handle downstream newsegment by sending our own newsegment before the
next buffer to be released. (#323900)

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well (as...
Philippe Kalaf [Sun, 18 Dec 2005 00:41:10 +0000 (00:41 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well (as opposed to just the first buffer)....

Original commit message from CVS:
2005-12-17  Philippe Khalaf  <burger@speedy.org>

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_set_gst_timestamp):
add queue delay to new segment as well (as opposed to just the first
buffer). (bug #322347)

18 years agoext/libvisual/visual.c: change some char* into char[]
Stefan Kost [Fri, 16 Dec 2005 22:00:07 +0000 (22:00 +0000)]
ext/libvisual/visual.c: change some char* into char[]

Original commit message from CVS:
* ext/libvisual/visual.c: (make_valid_name):
change some char* into char[]
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
(gst_audio_test_src_create):
* gst/audiotestsrc/gstaudiotestsrc.h:
prepare to handle EOS and SEGMENT_DONE

18 years agotests/check/generic/states.c: Blacklist cdparanoia element in state test.
Tim-Philipp Müller [Fri, 16 Dec 2005 12:32:37 +0000 (12:32 +0000)]
tests/check/generic/states.c: Blacklist cdparanoia element in state test.

Original commit message from CVS:
* tests/check/generic/states.c: (GST_START_TEST):
Blacklist cdparanoia element in state test.

18 years agogst/tcp/: Add <string.h> includes for memset and FD_ZERO (fixes #323878;
Benjamin Pineau [Fri, 16 Dec 2005 11:25:51 +0000 (11:25 +0000)]
gst/tcp/: Add <string.h> includes for memset and FD_ZERO (fixes #323878;

Original commit message from CVS:
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
Add <string.h> includes for memset and FD_ZERO (fixes #323878;
patch by: Benjamin Pineau).

18 years agogst/videorate/gstvideorate.c: Fix timestamping for videorate when the first buffer...
Michael Smith [Thu, 15 Dec 2005 14:43:38 +0000 (14:43 +0000)]
gst/videorate/gstvideorate.c: Fix timestamping for videorate when the first buffer it sees has a non-zero timestamp. ...

Original commit message from CVS:
* gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
(gst_video_rate_chain):
Fix timestamping for videorate when the first buffer it sees has a
non-zero timestamp. Fix some misleading debug output.

18 years agogst/audioresample/gstaudioresample.c: Don't leak all input buffers to audioresample.
Michael Smith [Thu, 15 Dec 2005 10:30:14 +0000 (10:30 +0000)]
gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audioresample.

Original commit message from CVS:
* gst/audioresample/gstaudioresample.c:
Don't leak all input buffers to audioresample.

18 years agoext/pango/gsttextoverlay.c: Don't operate on empty text buffers. Strip newlines and...
Tim-Philipp Müller [Thu, 15 Dec 2005 10:15:10 +0000 (10:15 +0000)]
ext/pango/gsttextoverlay.c: Don't operate on empty text buffers. Strip newlines and tabs only from the end of the tex...

Original commit message from CVS:
* ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
Don't operate on empty text buffers. Strip newlines and
tabs only from the end of the text, but leave them intact
in the middle. Fix typo in gtk-doc description.

18 years agogst/playback/: Make sure the video frame buffer we return to apps via the "frame...
Tim-Philipp Müller [Thu, 15 Dec 2005 09:48:19 +0000 (09:48 +0000)]
gst/playback/: Make sure the video frame buffer we return to apps via the "frame" property always has caps set on it....

Original commit message from CVS:
* gst/playback/gstplaybasebin.c:
* gst/playback/gstplaybin.c: (handoff):
Make sure the video frame buffer we return to apps via the
"frame" property always has caps set on it. Modify
_gst_gvalue_set_object() macro to handle NULL objects
gracefully too.

18 years agogst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add wtays...
Stefan Kost [Wed, 14 Dec 2005 20:42:11 +0000 (20:42 +0000)]
gst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add wtays new cool seeking capabillities

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_init),
(gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
(gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
(gst_audio_test_src_create):
* gst/audiotestsrc/gstaudiotestsrc.h:
Adjust to some recent api changes and add wtays new cool seeking
capabillities

18 years agoext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface...
Tim-Philipp Müller [Wed, 14 Dec 2005 17:58:48 +0000 (17:58 +0000)]
ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class.

Original commit message from CVS:
* ext/alsa/Makefile.am:
* ext/alsa/gstalsadeviceprobe.c:
* ext/alsa/gstalsadeviceprobe.h:
Helper functions to add device probing via the GstPropertyProbe
interface to a class.
* ext/alsa/gstalsamixer.h:
Comment out GST_ALSA_MIXER, it returns a struct that's not
used.
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
Add some debug info.
* ext/alsa/gstalsamixerelement.c:
(gst_alsa_mixer_element_interface_supported),
(gst_implements_interface_init),
(gst_alsa_mixer_element_init_interfaces),
(gst_alsa_mixer_element_class_init),
(gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
(gst_alsa_mixer_element_set_property),
(gst_alsa_mixer_element_get_property),
(gst_alsa_mixer_element_change_state):
* ext/alsa/gstalsamixerelement.h:
Add 'device' and 'device-name' properties. Add GstPropertyProbe
for device handling (gnome-volume-control will need that).

18 years agoupdates to activate cdparanoia plugin
Christian Schaller [Mon, 12 Dec 2005 20:31:24 +0000 (20:31 +0000)]
updates to activate cdparanoia plugin

Original commit message from CVS:
updates to activate cdparanoia plugin

18 years agoext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories.
Michael Smith [Mon, 12 Dec 2005 19:13:09 +0000 (19:13 +0000)]
ext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
Use the correct function to free list of typefind factories.

18 years agogst/videotestsrc/gstvideotestsrc.*: Implement seeking in videotestsrc.
Wim Taymans [Mon, 12 Dec 2005 15:09:55 +0000 (15:09 +0000)]
gst/videotestsrc/gstvideotestsrc.*: Implement seeking in videotestsrc.

Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_init),
(gst_video_test_src_parse_caps), (gst_video_test_src_query),
(gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
(gst_video_test_src_create):
* gst/videotestsrc/gstvideotestsrc.h:
Implement seeking in videotestsrc.
Small cleanups.

18 years agoext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a plugin...
Wim Taymans [Mon, 12 Dec 2005 15:06:46 +0000 (15:06 +0000)]
ext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a plugin like this..

Original commit message from CVS:
* ext/cdparanoia/Makefile.am:
* ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
(gst_paranoia_endian_get_type), (_do_init),
(cdparanoia_class_init), (cdparanoia_init),
(cdparanoia_set_property), (cdparanoia_get_property),
(cdparanoia_do_seek), (cdparanoia_is_seekable),
(cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
(cdparanoia_convert), (cdparanoia_get_query_types),
(cdparanoia_query), (cdparanoia_set_index),
(cdparanoia_uri_set_uri):
* ext/cdparanoia/gstcdparanoia.h:
Partially ported cdparanoia now that basesrc can support a
plugin like this..

18 years agotests/examples/seek/scrubby.c: Set higher priority for bus events so they don't get...
Wim Taymans [Mon, 12 Dec 2005 13:03:50 +0000 (13:03 +0000)]
tests/examples/seek/scrubby.c: Set higher priority for bus events so they don't get reordered with gtk gui events.

Original commit message from CVS:
* tests/examples/seek/scrubby.c: (main):
Set higher priority for bus events so they don't get reordered with
gtk gui events.

* tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
(flush_toggle_cb), (main):
Added checkbox do disable flushing seeks.
Disable scrubbing when doing non flushing seeks.

18 years agogst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't rely...
Tim-Philipp Müller [Mon, 12 Dec 2005 09:52:37 +0000 (09:52 +0000)]
gst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't rely on g_return_if_fail; make sure we...

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (gst_sub_parse_init),
(gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
(parser_state_init), (handle_buffer), (gst_sub_parse_chain),
(gst_sub_parse_sink_event), (gst_sub_parse_change_state):
Implement some sort of event handling that doesn't rely on
g_return_if_fail; make sure we always push the last chunk of an
.srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
state change function; remove some old cruft. Seeking is still
rather unlikely to work though.
* tools/.cvsignore:
Ignore more.

18 years agosys/xvimage/xvimagesink.c: Fixed a leak of the current image reference when cleaning up.
Julien Moutte [Sun, 11 Dec 2005 22:26:08 +0000 (22:26 +0000)]
sys/xvimage/xvimagesink.c: Fixed a leak of the current image reference when cleaning up.

Original commit message from CVS:
2005-12-11  Julien MOUTTE  <julien@moutte.net>

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
Fixed a leak of the current image reference when cleaning up.
Thanks to Arwed von Merkatz (alley_cat) for pointing it out.

18 years agotools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.
Michael Smith [Fri, 9 Dec 2005 10:23:42 +0000 (10:23 +0000)]
tools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.

Original commit message from CVS:
* tools/Makefile.am:
* tools/gst-launch-ext-m.m:
Remove gst-launch-ext. It doesn't work, and is no longer
particularly useful.

18 years agoext/ogg/gstogmparse.c: don't pass random values to ogmparse convert function.
Luca Ognibene [Thu, 8 Dec 2005 18:53:57 +0000 (18:53 +0000)]
ext/ogg/gstogmparse.c: don't pass random values to ogmparse convert function.

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
don't pass random values to ogmparse convert function.
Make seeking possible in the exile1.ogm file.

18 years agogst/playback/: Work around refcount problem with g_value_set_object() that occur...
Tim-Philipp Müller [Wed, 7 Dec 2005 18:51:35 +0000 (18:51 +0000)]
gst/playback/: Work around refcount problem with g_value_set_object() that occur if the core has been compiled agains...

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
* gst/playback/gstplaybin.c: (gst_play_bin_get_property):
Work around refcount problem with g_value_set_object() that occur
if the core has been compiled against GLib-2.6 (g_value_set_object()
will only g_object_ref() the element, but the caller will
gst_object_unref() it and bad things will happen due to the way
GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
totem for people on FC4 using Thomas's 0.10 RPMs.

18 years agoTime to welcome ogm to 0.10 :)
Edward Hervey [Wed, 7 Dec 2005 11:34:37 +0000 (11:34 +0000)]
Time to welcome ogm to 0.10 :)

Original commit message from CVS:
Time to welcome ogm to 0.10 :)
* ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
(gst_ogg_pad_typefind):
Oggdemux can now properly typefind elements with dynamic pads.
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
Properly set caps on src pad, and set caps on outgoing buffers.

18 years agoexpand tabs
Thomas Vander Stichele [Tue, 6 Dec 2005 19:42:02 +0000 (19:42 +0000)]
expand tabs

Original commit message from CVS:
expand tabs

18 years agoput back stability level
Thomas Vander Stichele [Tue, 6 Dec 2005 19:28:24 +0000 (19:28 +0000)]
put back stability level

Original commit message from CVS:
put back stability level

18 years agoback to HEAD
Thomas Vander Stichele [Mon, 5 Dec 2005 18:11:49 +0000 (18:11 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.10.0
Thomas Vander Stichele [Mon, 5 Dec 2005 18:02:48 +0000 (18:02 +0000)]
releasing 0.10.0

Original commit message from CVS:
releasing 0.10.0

18 years agoUpdate .po files
Thomas Vander Stichele [Mon, 5 Dec 2005 16:16:54 +0000 (16:16 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

18 years agoupdate translations
Thomas Vander Stichele [Mon, 5 Dec 2005 14:51:03 +0000 (14:51 +0000)]
update translations

Original commit message from CVS:
update translations

18 years agotests/examples/seek/Makefile.am: Build fix for when gtk is not available.
Jan Schmidt [Mon, 5 Dec 2005 13:11:20 +0000 (13:11 +0000)]
tests/examples/seek/Makefile.am: Build fix for when gtk is not available.

Original commit message from CVS:
* tests/examples/seek/Makefile.am:
Build fix for when gtk is not available.

18 years agoUpdate for alloc_buffer changes.
Andy Wingo [Mon, 5 Dec 2005 13:02:12 +0000 (13:02 +0000)]
Update for alloc_buffer changes.

Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

* ext/libvisual/visual.c: (get_buffer):
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
* ext/pango/gsttextrender.c: (gst_text_render_chain):
* ext/theora/theoradec.c: (theora_handle_data_packet):
* ext/theora/theoraenc.c: (theora_buffer_from_packet),
(theora_enc_chain):
* ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
* gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
Update for alloc_buffer changes.

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c
Kai Vehmanen [Mon, 5 Dec 2005 10:47:55 +0000 (10:47 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c

Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

patch by: Kai Vehmanen <kv2004 eca cx>

* gst-libs/gst/rtp/gstbasertpdepayload.c
(gst_base_rtp_depayload_thread): Fix busy loop (#323017).

18 years agopkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Sebastien Cote [Sun, 4 Dec 2005 22:43:43 +0000 (22:43 +0000)]
pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.

Original commit message from CVS:
2005-12-04  Andy Wingo  <wingo@pobox.com>

patch by: Sebastien Cote <sebas642 yahoo ca>

* pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Fixes #319172.

18 years agoadd pango plugin to spec
Christian Schaller [Sun, 4 Dec 2005 22:07:01 +0000 (22:07 +0000)]
add pango plugin to spec

Original commit message from CVS:
add pango plugin to spec

18 years agoAdd gtk-doc blurbs to pango elements.
Tim-Philipp Müller [Fri, 2 Dec 2005 16:52:54 +0000 (16:52 +0000)]
Add gtk-doc blurbs to pango elements.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttextoverlay.c:
* ext/pango/gsttextrender.c:
* ext/pango/gsttimeoverlay.c:
Add gtk-doc blurbs to pango elements.

18 years agogst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiatio...
Wim Taymans [Fri, 2 Dec 2005 11:34:50 +0000 (11:34 +0000)]
gst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiation etc.. work fine.

Original commit message from CVS:
* gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
* gst/audioresample/buffer.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/gstaudioresample.h:
* gst/audioresample/resample.c: (resample_input_flush),
(resample_input_pushthrough), (resample_input_eos),
(resample_get_output_size_for_input),
(resample_get_input_size_for_output), (resample_get_output_size),
(resample_get_output_data):
* gst/audioresample/resample.h:
* gst/audioresample/resample_ref.c: (resample_scale_ref):
Fix audioresample, seek torture, new segments, reverse negotiation
etc.. work fine.

18 years agoext/vorbis/vorbisdec.c: Small cleanups.
Wim Taymans [Fri, 2 Dec 2005 10:47:55 +0000 (10:47 +0000)]
ext/vorbis/vorbisdec.c: Small cleanups.

Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
Small cleanups.

18 years agogst/audioconvert/gstaudioconvert.c: Post errors.
Wim Taymans [Fri, 2 Dec 2005 10:17:35 +0000 (10:17 +0000)]
gst/audioconvert/gstaudioconvert.c: Post errors.

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_transform):
Post errors.

18 years agoback to HEAD
Thomas Vander Stichele [Thu, 1 Dec 2005 19:17:52 +0000 (19:17 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.9.7
Thomas Vander Stichele [Thu, 1 Dec 2005 19:13:54 +0000 (19:13 +0000)]
releasing 0.9.7

Original commit message from CVS:
releasing 0.9.7

18 years agoUpdate .po files
Thomas Vander Stichele [Thu, 1 Dec 2005 17:47:27 +0000 (17:47 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

18 years agoupdate majorminor of windows stuff
Thomas Vander Stichele [Thu, 1 Dec 2005 17:40:29 +0000 (17:40 +0000)]
update majorminor of windows stuff

Original commit message from CVS:
update majorminor of windows stuff

18 years agoadd win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
Thomas Vander Stichele [Thu, 1 Dec 2005 16:22:36 +0000 (16:22 +0000)]
add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP

Original commit message from CVS:
add win32 MANIFEST file
in a possibly vain attempt to make high blood pressure an AP

18 years agoext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS
Tim-Philipp Müller [Thu, 1 Dec 2005 15:56:53 +0000 (15:56 +0000)]
ext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS

Original commit message from CVS:
* ext/Makefile.am:
Add $(PANGO_DIR) to SUBDIRS
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttimeoverlay.c:
Fix and improve element descriptions.

18 years agoadd pango plugin to docs
Thomas Vander Stichele [Thu, 1 Dec 2005 15:52:27 +0000 (15:52 +0000)]
add pango plugin to docs

Original commit message from CVS:
add pango plugin to docs

18 years agomoving pango to base
Thomas Vander Stichele [Thu, 1 Dec 2005 15:14:11 +0000 (15:14 +0000)]
moving pango to base

Original commit message from CVS:
moving pango to base

18 years agoupdate translations
Thomas Vander Stichele [Thu, 1 Dec 2005 15:11:07 +0000 (15:11 +0000)]
update translations

Original commit message from CVS:
update translations

18 years agoadd stress test for xoverlay from Julien
Thomas Vander Stichele [Thu, 1 Dec 2005 14:50:24 +0000 (14:50 +0000)]
add stress test for xoverlay from Julien

Original commit message from CVS:
add stress test for xoverlay from Julien

18 years agoDo burger's rename for rtp payloaders and depayloaders
Thomas Vander Stichele [Thu, 1 Dec 2005 14:29:59 +0000 (14:29 +0000)]
Do burger's rename for rtp payloaders and depayloaders

Original commit message from CVS:

* docs/libs/tmpl/gstcolorbalance.sgml:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
* gst-libs/gst/rtp/gstbasertppayload.c:
* gst-libs/gst/rtp/gstrtpbuffer.c:
* gst-libs/gst/rtp/gstrtpbuffer.h:
Do burger's rename for rtp payloaders and depayloaders

18 years agoborgify
Thomas Vander Stichele [Thu, 1 Dec 2005 14:29:09 +0000 (14:29 +0000)]
borgify

Original commit message from CVS:
borgify

18 years agoadd visual studio 6 build files
Thomas Vander Stichele [Thu, 1 Dec 2005 10:20:15 +0000 (10:20 +0000)]
add visual studio 6 build files

Original commit message from CVS:
add visual studio 6 build files

18 years agoupdate documentation
Thomas Vander Stichele [Thu, 1 Dec 2005 01:29:46 +0000 (01:29 +0000)]
update documentation

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* docs/libs/tmpl/gstaudio.sgml:
* docs/libs/tmpl/gstringbuffer.sgml:
* gst-libs/gst/interfaces/xoverlay.c:
* gst-libs/gst/video/gstvideofilter.c:
* gst-libs/gst/video/gstvideosink.c:
update documentation

18 years agomore borgifying
Thomas Vander Stichele [Thu, 1 Dec 2005 01:21:49 +0000 (01:21 +0000)]
more borgifying

Original commit message from CVS:
more borgifying

18 years agoborgify further clean up docs a little
Thomas Vander Stichele [Thu, 1 Dec 2005 01:12:55 +0000 (01:12 +0000)]
borgify further clean up docs a little

Original commit message from CVS:
borgify further
clean up docs a little

18 years agogst-libs/gst/rtp/: closed #320644.
Wim Taymans [Wed, 30 Nov 2005 19:08:14 +0000 (19:08 +0000)]
gst-libs/gst/rtp/: closed #320644.

Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertpdepayload.h:
* gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
(gst_basertppayload_event), (gst_basertppayload_push),
(gst_basertppayload_change_state):
* gst-libs/gst/rtp/gstbasertppayload.h:
closed #320644.

18 years agoAdding docs.
Julien Moutte [Wed, 30 Nov 2005 18:57:48 +0000 (18:57 +0000)]
Adding docs.

Original commit message from CVS:
2005-11-30  Julien MOUTTE  <julien@moutte.net>

* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/video/gstvideofilter.c:
* gst-libs/gst/video/gstvideosink.c:
* gst-libs/gst/video/gstvideosink.h: Adding docs.

18 years agoignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 17:45:21 +0000 (17:45 +0000)]
ignore more

Original commit message from CVS:
ignore more

18 years agoLICENSE: move
Thomas Vander Stichele [Wed, 30 Nov 2005 17:42:49 +0000 (17:42 +0000)]
LICENSE: move

Original commit message from CVS:
* LICENSE:
move
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
* Makefile.am:
update
* scripts/autoplugins.sh:
remove

18 years agoreorganize stuff under tests/
Thomas Vander Stichele [Wed, 30 Nov 2005 17:38:24 +0000 (17:38 +0000)]
reorganize stuff under tests/

Original commit message from CVS:
reorganize stuff under tests/

18 years agomove location of test registry
Thomas Vander Stichele [Wed, 30 Nov 2005 17:05:56 +0000 (17:05 +0000)]
move location of test registry

Original commit message from CVS:
move location of test registry

18 years agolatest updates on spec file after thomas's refactoring
Christian Schaller [Wed, 30 Nov 2005 16:08:30 +0000 (16:08 +0000)]
latest updates on spec file after thomas's refactoring

Original commit message from CVS:
latest updates on spec file after thomas's refactoring

18 years agoext/pango/gsttextrender.*: Add missing files.
Tim-Philipp Müller [Wed, 30 Nov 2005 14:53:29 +0000 (14:53 +0000)]
ext/pango/gsttextrender.*: Add missing files.

Original commit message from CVS:
* ext/pango/gsttextrender.c: (gst_text_render_base_init),
(gst_text_render_class_init), (resize_bitmap),
(gst_text_render_render_text), (gst_text_render_setcaps),
(gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
(gst_text_render_chain), (gst_text_render_finalize),
(gst_text_render_init), (gst_text_render_set_property):
* ext/pango/gsttextrender.h:
Add missing files.

18 years agoext/ogg/gstoggdemux.c: Go away you stupid GstStaticPadTemplate memleak.
Edward Hervey [Wed, 30 Nov 2005 13:31:15 +0000 (13:31 +0000)]
ext/ogg/gstoggdemux.c: Go away you stupid GstStaticPadTemplate memleak.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
Go away you stupid GstStaticPadTemplate memleak.

18 years agoPort pango-based textoverlay, timeoverlay and textrender to 0.9 and add background...
Tim-Philipp Müller [Wed, 30 Nov 2005 13:20:57 +0000 (13:20 +0000)]
Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. M...

Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/pango/Makefile.am:
* ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
(gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
(gst_clock_overlay_class_init), (gst_clock_overlay_init):
* ext/pango/gstclockoverlay.h:
* ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
(gst_text_overlay_get_text), (gst_text_overlay_class_init),
(gst_text_overlay_finalize), (gst_text_overlay_init),
(gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
(gst_text_overlay_text_pad_linked),
(gst_text_overlay_text_pad_unlinked),
(gst_text_overlay_set_property), (gst_text_overlay_getcaps),
(gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
(gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
(gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
(gst_text_overlay_pop_text), (gst_text_overlay_collected),
(gst_text_overlay_change_state), (plugin_init):
* ext/pango/gsttextoverlay.h:
* ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
(gst_time_overlay_render_time), (gst_time_overlay_get_text),
(gst_time_overlay_class_init), (gst_time_overlay_init):
* ext/pango/gsttimeoverlay.h:
Port pango-based textoverlay, timeoverlay and textrender to 0.9
and add background shading and text wrapping modes. Make
timoverlay derive from textoverlay. Also add new clockoverlay
element.

18 years agogst-libs/gst/net/: this was moved to netbuffer
Thomas Vander Stichele [Wed, 30 Nov 2005 10:40:09 +0000 (10:40 +0000)]
gst-libs/gst/net/: this was moved to netbuffer

Original commit message from CVS:

* gst-libs/gst/net/Makefile.am:
* gst-libs/gst/net/README:
* gst-libs/gst/net/gstnetbuffer.c:
* gst-libs/gst/net/gstnetbuffer.h:
this was moved to netbuffer

18 years agogst-libs/gst/video/gstvideofilter.*: borgify name to bring in line with other classes
Thomas Vander Stichele [Wed, 30 Nov 2005 08:26:39 +0000 (08:26 +0000)]
gst-libs/gst/video/gstvideofilter.*: borgify name to bring in line with other classes

Original commit message from CVS:

* gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
(gst_video_filter_class_init), (gst_video_filter_init):
* gst-libs/gst/video/gstvideofilter.h:
borgify name to bring in line with other classes

18 years agogst/audioscale/: remove
Thomas Vander Stichele [Wed, 30 Nov 2005 01:04:28 +0000 (01:04 +0000)]
gst/audioscale/: remove

Original commit message from CVS:

* gst/audioscale/.cvsignore:
* gst/audioscale/Makefile.am:
* gst/audioscale/README:
* gst/audioscale/audioscale.vcproj:
* gst/audioscale/dtof.c:
* gst/audioscale/dtos.c:
* gst/audioscale/functable.c:
* gst/audioscale/gstaudioscale.c:
* gst/audioscale/gstaudioscale.h:
* gst/audioscale/private.h:
* gst/audioscale/resample.c:
* gst/audioscale/resample.h:
* gst/audioscale/test.c:
remove

18 years agogst-libs/gst/netbuffer/Makefile.am: really, really tired
Edward Hervey [Wed, 30 Nov 2005 00:11:51 +0000 (00:11 +0000)]
gst-libs/gst/netbuffer/Makefile.am: really, really tired

Original commit message from CVS:
* gst-libs/gst/netbuffer/Makefile.am:
really, really tired

18 years agogst/typefind/gsttypefindfunctions.c: Update for new GstTypeFindFactory _register()
Edward Hervey [Wed, 30 Nov 2005 00:01:30 +0000 (00:01 +0000)]
gst/typefind/gsttypefindfunctions.c: Update for new GstTypeFindFactory _register()

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Update for new GstTypeFindFactory _register()

18 years agogst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no...
Edward Hervey [Tue, 29 Nov 2005 23:54:37 +0000 (23:54 +0000)]
gst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no reason...

Original commit message from CVS:
* gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
Let's not override libgstnet from core for no reason...
(libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
Ok, maybe not so quick next time.

18 years agogst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no...
Edward Hervey [Tue, 29 Nov 2005 23:51:28 +0000 (23:51 +0000)]
gst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no reason...

Original commit message from CVS:
* gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
Let's not override libgstnet from core for no reason...

18 years agofix install location of netbuffer
Thomas Vander Stichele [Tue, 29 Nov 2005 19:16:15 +0000 (19:16 +0000)]
fix install location of netbuffer

Original commit message from CVS:
fix install location of netbuffer

18 years agomoved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating...
Thomas Vander Stichele [Tue, 29 Nov 2005 17:46:37 +0000 (17:46 +0000)]
moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating build to accomodate (#322257)

Original commit message from CVS:

* configure.ac:
* gst-libs/gst/Makefile.am:
moved gst-libs/gst/net to netbuffer through CVS surgery
remove old directory
updating build to accomodate
(#322257)

18 years agoRename gstnet to gstnetbuffer (#322257).
Andy Wingo [Tue, 29 Nov 2005 17:41:16 +0000 (17:41 +0000)]
Rename gstnet to gstnetbuffer (#322257).

Original commit message from CVS:
2005-11-29  Andy Wingo  <wingo@pobox.com>

* pkgconfig/gstreamer-plugins-base.pc.in:
* pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
* gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
(#322257).

18 years agogst/playback/gststreamselector.c: 3rd time's the charm. Correct ref-counting for...
Jan Schmidt [Tue, 29 Nov 2005 16:54:50 +0000 (16:54 +0000)]
gst/playback/gststreamselector.c: 3rd time's the charm. Correct ref-counting for discarded buffers.

Original commit message from CVS:
* gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3rd time's the charm. Correct ref-counting for discarded buffers.

18 years agogst/playback/gststreamselector.c: Fix ref-counting
Jan Schmidt [Tue, 29 Nov 2005 16:43:41 +0000 (16:43 +0000)]
gst/playback/gststreamselector.c: Fix ref-counting

Original commit message from CVS:
* gst/playback/gststreamselector.c:
(gst_stream_selector_class_init),
(gst_stream_selector_set_property),
(gst_stream_selector_get_property),
(gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
Fix ref-counting

18 years agogst/subparse/gstsubparse.c: Don't access already unref'ed buffer.
Tim-Philipp Müller [Tue, 29 Nov 2005 16:21:13 +0000 (16:21 +0000)]
gst/subparse/gstsubparse.c: Don't access already unref'ed buffer.

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (feed_textbuf):
Don't access already unref'ed buffer.