platform/upstream/gstreamer.git
16 years agotests/examples/seek/seek.c: Try to support stable version of GTK.
Julien Moutte [Mon, 19 Nov 2007 11:59:20 +0000 (11:59 +0000)]
tests/examples/seek/seek.c: Try to support stable version of GTK.

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

* tests/examples/seek/seek.c: (main): Try to support stable version
of GTK.

16 years agogst/playback/: Fix the build + little README update.
Stefan Kost [Sat, 17 Nov 2007 15:25:15 +0000 (15:25 +0000)]
gst/playback/: Fix the build + little README update.

Original commit message from CVS:
* gst/playback/README:
* gst/playback/test7.c:
Fix the build + little README update.

16 years agotests/examples/seek/seek.c: Add playbin2 seek pipeline.
Wim Taymans [Fri, 16 Nov 2007 16:02:45 +0000 (16:02 +0000)]
tests/examples/seek/seek.c: Add playbin2 seek pipeline.

Original commit message from CVS:
* tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
Add playbin2 seek pipeline.

16 years agogst/playback/: Add playbin2.
Wim Taymans [Fri, 16 Nov 2007 15:44:48 +0000 (15:44 +0000)]
gst/playback/: Add playbin2.

Original commit message from CVS:
* gst/playback/Makefile.am:
* gst/playback/gstplayback.c: (plugin_init):
* gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
(eos_cb), (about_to_finish_cb), (main):
Add playbin2.
Added gapless playback example.
* gst/playback/gstplaybasebin.c:
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
* gst/playback/gstqueue2.c:
* gst/playback/test.c:
* gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
(pad_removed_cb):
* gst/playback/gststreaminfo.h:
Change email.
* gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
(gst_play_bin_class_init), (init_group), (gst_play_bin_init),
(gst_play_bin_dispose), (gst_play_bin_set_uri),
(gst_play_bin_set_suburi), (gst_play_bin_set_property),
(gst_play_bin_get_property), (gst_play_bin_handle_message),
(pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
(drained_cb), (unlink_group), (activate_group),
(setup_next_source), (gst_play_bin_change_state),
(gst_play_bin2_plugin_init):
Added raw first version of playbin2. Does chained oggs and gapless
playback fine. No support for raw sinks yet. No visualisations or
subtitles yet.
* gst/playback/gstplaysink.c: (gst_play_sink_get_type),
(gst_play_sink_class_init), (gst_play_sink_init),
(gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
(gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
(gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
(gst_play_sink_set_property), (gst_play_sink_get_property),
(post_missing_element_message), (free_chain), (add_chain),
(activate_chain), (gen_video_chain), (gen_text_element),
(gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
(gst_play_sink_set_mode), (gst_play_sink_request_pad),
(gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
(gst_play_sink_send_event), (gst_play_sink_change_state):
* gst/playback/gstplaysink.h:
Added Element that abstracts the sinks and their pipelines for playbin2.

16 years agogst/playback/gststreamselector.*: Improve streamselector, make it select and unselect...
Wim Taymans [Fri, 16 Nov 2007 15:05:07 +0000 (15:05 +0000)]
gst/playback/gststreamselector.*: Improve streamselector, make it select and unselect the current pad more intelligen...

Original commit message from CVS:
* gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
(gst_selector_pad_class_init), (gst_selector_pad_init),
(gst_selector_pad_finalize), (gst_selector_pad_reset),
(gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
(gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
(gst_selector_pad_chain), (gst_stream_selector_get_type),
(gst_stream_selector_base_init), (gst_stream_selector_class_init),
(gst_stream_selector_init), (gst_stream_selector_set_property),
(gst_stream_selector_get_linked_pad),
(gst_stream_selector_getcaps),
(gst_stream_selector_is_active_sinkpad),
(gst_stream_selector_activate_sinkpad),
(gst_stream_selector_get_linked_pads),
(gst_stream_selector_request_new_pad),
(gst_stream_selector_release_pad):
* gst/playback/gststreamselector.h:
Improve streamselector, make it select and unselect the current pad more
intelligently.
Subclass GstPad for the sinkpads of the selector.
Handle segments more correctly.
Fix caps negotiation.
Implement release_pad.

16 years agogst/playback/gstdecodebin2.c: Add drained signal fired when decodebin finishes decodi...
Wim Taymans [Fri, 16 Nov 2007 12:51:44 +0000 (12:51 +0000)]
gst/playback/gstdecodebin2.c: Add drained signal fired when decodebin finishes decoding the data.

Original commit message from CVS:
* gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
(gst_decode_group_check_if_drained), (source_pad_event_probe),
(remove_fakesink):
Add drained signal fired when decodebin finishes decoding the data.
Remove deprecated STATE_DIRTY message.
* gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
(unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
(analyse_source), (proxy_drained_signal), (make_decoder),
(source_new_pad), (value_list_append_structure_list),
(handle_redirect_message), (handle_message):
Proxy the new drained signal.
Handle pad removed from decodebin.
Handle redirect messages by sorting multiple redirections based on the
connection speed.

16 years agogst-libs/gst/rtsp/gstrtspmessage.c: Fix leaking headers. Fixes #496761.
Tommi Myöhänen [Fri, 16 Nov 2007 11:22:09 +0000 (11:22 +0000)]
gst-libs/gst/rtsp/gstrtspmessage.c: Fix leaking headers. Fixes #496761.

Original commit message from CVS:
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
Fix leaking headers. Fixes #496761.

16 years agosys/: Don't leak the PAR on errors. Fixes #496731.
Tommi Myöhänen [Fri, 16 Nov 2007 11:16:58 +0000 (11:16 +0000)]
sys/: Don't leak the PAR on errors. Fixes #496731.

Original commit message from CVS:
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
(gst_ximagesink_change_state):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
Don't leak the PAR on errors. Fixes #496731.

16 years agogst-libs/gst/tag/gstid3tag.c: Add mapping for audio cd discid tags, so we can extract...
Tim-Philipp Müller [Fri, 16 Nov 2007 10:14:34 +0000 (10:14 +0000)]
gst-libs/gst/tag/gstid3tag.c: Add mapping for audio cd discid tags, so we can extract them from tags as well (see #34...

Original commit message from CVS:
* gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
(gst_tag_from_id3_user_tag):
Add mapping for audio cd discid tags, so we can extract
them from tags as well (see #347848). Also compare identifiers
in ID3v2 TXXX frames in a case-insensitive way to increase
compatibility when reading tags (discid vs. DiscID vs. DiscId).

16 years agogst-plugins-base.doap: Oops, fix the release name.
Jan Schmidt [Fri, 16 Nov 2007 01:21:40 +0000 (01:21 +0000)]
gst-plugins-base.doap: Oops, fix the release name.

Original commit message from CVS:
* gst-plugins-base.doap:
Oops, fix the release name.

16 years agogst-plugins-base.doap: Add 0.10.15 release
Jan Schmidt [Fri, 16 Nov 2007 00:44:58 +0000 (00:44 +0000)]
gst-plugins-base.doap: Add 0.10.15 release

Original commit message from CVS:
* gst-plugins-base.doap:
Add 0.10.15 release

16 years agoconfigure.ac: Back to CVS
Jan Schmidt [Fri, 16 Nov 2007 00:24:55 +0000 (00:24 +0000)]
configure.ac: Back to CVS

Original commit message from CVS:
* configure.ac:
Back to CVS

16 years agoconfigure.ac: releasing 0.10.15, "No need to argue"
Jan Schmidt [Fri, 16 Nov 2007 00:14:33 +0000 (00:14 +0000)]
configure.ac: releasing 0.10.15, "No need to argue"

Original commit message from CVS:
=== release 0.10.15 ===

2007-11-15  Jan Schmidt <jan.schmidt@sun.com>

* configure.ac:
releasing 0.10.15, "No need to argue"

16 years agoUpdate .po files
Jan Schmidt [Fri, 16 Nov 2007 00:04:24 +0000 (00:04 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

16 years agowin32/vs6/libgstfft.dsp: Convert line endings to DOS.
Jan Schmidt [Thu, 15 Nov 2007 21:40:53 +0000 (21:40 +0000)]
win32/vs6/libgstfft.dsp: Convert line endings to DOS.

Original commit message from CVS:
* win32/vs6/libgstfft.dsp:
Convert line endings to DOS.

16 years agowin32/: Add a project file for fft plugin and remove socket based plugin which don...
Sébastien Moutte [Thu, 15 Nov 2007 21:14:04 +0000 (21:14 +0000)]
win32/: Add a project file for fft plugin and remove socket based plugin which don't build from the workspace.* win32...

Original commit message from CVS:
* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstfft.dsp:
* win32/MANIFEST:
Add a project file for fft plugin and remove socket
based plugin which don't build from the workspace.* win32/vs6/libgstaudio.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgsttag.dsp:
Convert line endings back to DOS.
Fixes #496724

16 years agowin32/vs6/: Convert line endings back to DOS
Jan Schmidt [Wed, 14 Nov 2007 12:27:13 +0000 (12:27 +0000)]
win32/vs6/: Convert line endings back to DOS

Original commit message from CVS:
* win32/vs6/libgstinterfaces.dsp:
* win32/vs6/libgstrtsp.dsp:
Convert line endings back to DOS

16 years agogst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX.
Jan Schmidt [Wed, 14 Nov 2007 11:08:48 +0000 (11:08 +0000)]
gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX.

Original commit message from CVS:
* gst-libs/gst/fft/kiss_fft_f32.h:
* gst-libs/gst/fft/kiss_fft_f64.h:
* gst-libs/gst/fft/kiss_fft_s16.h:
* gst-libs/gst/fft/kiss_fft_s32.h:
Don't include malloc.h which doesn't exist on Mac OSX.
Instead, pull in glib.h and use g_malloc/g_free for
consistency. Fixes: #496548

16 years agogst/playback/gstdecodebin2.c: Dont leak ghostpad. Fixes #475451.
Stefan Kost [Fri, 9 Nov 2007 15:54:45 +0000 (15:54 +0000)]
gst/playback/gstdecodebin2.c: Dont leak ghostpad. Fixes #475451.

Original commit message from CVS:
* gst/playback/gstdecodebin2.c:
Dont leak ghostpad. Fixes #475451.

16 years agoUpdate some more docs and comments.
Wim Taymans [Fri, 9 Nov 2007 12:21:52 +0000 (12:21 +0000)]
Update some more docs and comments.

Original commit message from CVS:
* docs/design/design-decodebin.txt:
* gst/playback/gstdecodebin2.c: (analyze_new_pad):
Update some more docs and comments.

16 years agoRequire GIO >= 0.1.2 and adjust unit test for an API change.
Sebastian Dröge [Wed, 7 Nov 2007 16:47:32 +0000 (16:47 +0000)]
Require GIO >= 0.1.2 and adjust unit test for an API change.

Original commit message from CVS:
* configure.ac:
* tests/check/pipelines/gio.c: (GST_START_TEST):
Require GIO >= 0.1.2 and adjust unit test for an API change.

16 years agoext/gio/gstgio.h: Add macro to check if a stream supports seeking.
Sebastian Dröge [Wed, 7 Nov 2007 15:18:54 +0000 (15:18 +0000)]
ext/gio/gstgio.h: Add macro to check if a stream supports seeking.

Original commit message from CVS:
* ext/gio/gstgio.h:
Add macro to check if a stream supports seeking.
* ext/gio/Makefile.am:
* ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
(gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
(gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
(gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
(gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
(gst_gio_base_sink_render), (gst_gio_base_sink_query),
(gst_gio_base_sink_set_stream):
* ext/gio/gstgiobasesink.h:
* ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
(gst_gio_base_src_class_init), (gst_gio_base_src_init),
(gst_gio_base_src_finalize), (gst_gio_base_src_start),
(gst_gio_base_src_stop), (gst_gio_base_src_get_size),
(gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
(gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
(gst_gio_base_src_create), (gst_gio_base_src_set_stream):
* ext/gio/gstgiobasesrc.h:
Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
base classes that only require a GInputStream or GOutputStream to
work.
* ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
(gst_gio_sink_class_init), (gst_gio_sink_init),
(gst_gio_sink_finalize), (gst_gio_sink_start):
* ext/gio/gstgiosink.h:
* ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
(gst_gio_src_class_init), (gst_gio_src_init),
(gst_gio_src_finalize), (gst_gio_src_start):
* ext/gio/gstgiosrc.h:
Use the newly created base classes here.
* ext/gio/gstgio.c: (plugin_init):
* ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
(gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
(gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
(gst_gio_stream_sink_get_property):
* ext/gio/gstgiostreamsink.h:
* ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
(gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
(gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
(gst_gio_stream_src_get_property):
* ext/gio/gstgiostreamsrc.h:
Implement GstGioStreamSink and GstGioStreamSrc that have a property
to set the GInputStream/GOutputStream that should be used.
* tests/check/Makefile.am:
* tests/check/pipelines/.cvsignore:
* tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
(gio_testsuite), (main):
Add unit test for giostreamsrc and giostreamsink.

16 years agoext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash.
Sebastian Dröge [Wed, 7 Nov 2007 11:48:09 +0000 (11:48 +0000)]
ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash.

Original commit message from CVS:
* ext/gio/gstgio.c: (plugin_init):
Remove nowadays unnecessary workaround for a crash.
* ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
(gst_gio_sink_start), (gst_gio_sink_stop),
(gst_gio_sink_unlock_stop):
* ext/gio/gstgiosink.h:
* ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
(gst_gio_src_stop), (gst_gio_src_unlock_stop):
* ext/gio/gstgiosrc.h:
Make the finalize function safer, clean up everything that could stay
around.
Reset the cancellable instead of creating a new one after cancelling
some operation.
Don't store the GFile in the element, it's only necessary for creating
the streams.

16 years agogst-libs/gst/rtp/: Fix some C99-isms and and a missing function that some versions of
Sebastien Moutte [Tue, 6 Nov 2007 23:35:39 +0000 (23:35 +0000)]
gst-libs/gst/rtp/: Fix some C99-isms and and a missing function that some versions of

Original commit message from CVS:
Patch by: Sebastien Moutte  <sebastien moutte net>
* gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
(gst_rtcp_unix_to_ntp):
* gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
Fix some C99-isms and and a missing function that some versions of
MSVC don't like too much (#494346).
* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstaudio.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgsttag.dsp:
Update vs6 projects files (#494346).

16 years agowin32/common/: More missing symbols to export (fixes #493986).
Ole André Vadla Ravnås [Tue, 6 Nov 2007 16:38:49 +0000 (16:38 +0000)]
win32/common/: More missing symbols to export (fixes #493986).

Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* win32/common/libgstaudio.def:
* win32/common/libgstcdda.def:
* win32/common/libgstinterfaces.def:
* win32/common/libgstnetbuffer.def:
* win32/common/libgstpbutils.def:
* win32/common/libgstrtp.def:
* win32/common/libgstrtsp.def:
* win32/common/libgsttag.def:
* win32/common/libgstvideo.def:
More missing symbols to export (fixes #493986).

16 years agoRemove the magnitude and phase calculation functions as these have very special use...
Sebastian Dröge [Tue, 6 Nov 2007 11:58:59 +0000 (11:58 +0000)]
Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ...

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/fft/gstfftf32.c:
* gst-libs/gst/fft/gstfftf32.h:
* gst-libs/gst/fft/gstfftf64.c:
* gst-libs/gst/fft/gstfftf64.h:
* gst-libs/gst/fft/gstffts16.c:
* gst-libs/gst/fft/gstffts16.h:
* gst-libs/gst/fft/gstffts32.c:
* gst-libs/gst/fft/gstffts32.h:
* tests/check/libs/fft.c: (GST_START_TEST):
Remove the magnitude and phase calculation functions as these have
very special use cases and can't even be used for the spectrum
element. Also adjust the docs to mention some properties of the used
FFT implemention, i.e. how the values are scaled. Fixes #492098.

16 years agogst/playback/gstplaybasebin.c: Avoid crash when there are external subtitles (fixes...
Tim-Philipp Müller [Tue, 6 Nov 2007 11:09:30 +0000 (11:09 +0000)]
gst/playback/gstplaybasebin.c: Avoid crash when there are external subtitles (fixes #491722).

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (queue_threshold_reached),
(finish_source):
Avoid crash when there are external subtitles (fixes #491722).

16 years agoext/alsa/: 'Could not open resource for writing' is not an acceptable even less so...
Tim-Philipp Müller [Sat, 3 Nov 2007 10:39:21 +0000 (10:39 +0000)]
ext/alsa/: 'Could not open resource for writing' is not an acceptable even less so when we're trying to open it to re...

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsasink_open):
* ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
'Could not open resource for writing' is not an acceptable
error message when we can't open the audio device (see #492334),
even less so when we're trying to open it to record something.

16 years agowin32/common/libgstrtp.def: Add some more missing symbols (#492813).
Ole André Vadla Ravnås [Fri, 2 Nov 2007 21:03:01 +0000 (21:03 +0000)]
win32/common/libgstrtp.def: Add some more missing symbols (#492813).

Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* win32/common/libgstrtp.def:
Add some more missing symbols (#492813).

16 years agotests/check/elements/audioconvert.c: Add check to make sure that the out caps have...
Thijs Vermeir [Fri, 2 Nov 2007 14:59:06 +0000 (14:59 +0000)]
tests/check/elements/audioconvert.c: Add check to make sure that the out caps have a channel layout set on them where...

Original commit message from CVS:
Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
* tests/check/elements/audioconvert.c: (verify_convert):
Add check to make sure that the out caps have a channel layout
set on them where they should have one.

16 years agogst-libs/gst/fft/: Include our own _stdint.h instead of sys/types.h, makes MingW...
Vincent Torri [Thu, 1 Nov 2007 13:28:59 +0000 (13:28 +0000)]
gst-libs/gst/fft/: Include our own _stdint.h instead of sys/types.h, makes MingW happy (#492306).

Original commit message from CVS:
Patch by: Vincent Torri <vtorri at univ-evry dot fr>
* gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
* gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
Include our own _stdint.h instead of sys/types.h, makes MingW happy
(#492306).
* gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
Use _pipe directly, GLib doesn't have a pipe() macro any longer
(it disappeared in GLib 2.14.0) (#492306).
* gst-libs/gst/sdp/Makefile.am:
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix includes and LIBS for win32/Mingw (#492306).
* tests/examples/dynamic/addstream.c (pause_play_stream):
Use more portable g_usleep() instead of sleep() (#492306).

16 years agogst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happens to...
Ole André Vadla Ravnås [Thu, 1 Nov 2007 12:51:57 +0000 (12:51 +0000)]
gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happens to be 0, fixes warning on MSVC (#4921...

Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
(gst_ring_buffer_parse_caps):
Return NULL instead of an enum that happens to be 0, fixes warning
on MSVC (#492114).
* gst-libs/gst/audio/gstringbuffer.h:
No trailing commas in enum list (for gcc-2.9x).
* gst/videotestsrc/videotestsrc.c: (random_char):
Make information loss explicit instead of implicitly truncating to
eight bits via the return value.  Fixes runtime error on MSVC when
using the debug CRT (#492114).
* win32/common/config.h.in:
Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
* win32/common/libgstinterfaces.def:
* win32/common/libgstrtp.def:
Export a few more symbols (#492114).

16 years agogst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compilability.
Stefan Kost [Thu, 1 Nov 2007 08:06:13 +0000 (08:06 +0000)]
gst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compilability.

Original commit message from CVS:
* gst-libs/gst/audio/audio.c:
* gst-libs/gst/audio/audio.h:
Readd the deprecation guards, but preserve compilability.

16 years agogst/audioconvert/gstaudioconvert.c: Preserve channel layout when fixating the number...
Tim-Philipp Müller [Wed, 31 Oct 2007 17:54:48 +0000 (17:54 +0000)]
gst/audioconvert/gstaudioconvert.c: Preserve channel layout when fixating the number of channels in the output caps, ...

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
(gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
Preserve channel layout when fixating the number of channels in the
output caps, or make sure there's a suitable channel position layout
set on the caps if required. Fixes #430677.

16 years agotests/check/elements/decodebin.c: Make sure the pipeline really operates in push...
Tim-Philipp Müller [Wed, 31 Oct 2007 17:32:22 +0000 (17:32 +0000)]
tests/check/elements/decodebin.c: Make sure the pipeline really operates in push mode as it should in this case.

Original commit message from CVS:
* tests/check/elements/decodebin.c: (test_text_plain_streams):
Make sure the pipeline really operates in push mode as it should
in this case.

16 years agogst-libs/gst/audio/audio.h: Don't guard deprecated enum with #ifndef DISABLE_DEPRECAT...
Tim-Philipp Müller [Wed, 31 Oct 2007 15:30:15 +0000 (15:30 +0000)]
gst-libs/gst/audio/audio.h: Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or compilation with DISABLE_...

Original commit message from CVS:
* gst-libs/gst/audio/audio.h:
Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
(ie. normal cvs builds) will fail.

16 years agotell gtk-doc about the deprecation guard. Apply more doc fixes.
Stefan Kost [Wed, 31 Oct 2007 12:47:41 +0000 (12:47 +0000)]
tell gtk-doc about the deprecation guard. Apply more doc fixes.

Original commit message from CVS:
* docs/libs/Makefile.am:
* gst-libs/gst/audio/audio.c:
* gst-libs/gst/audio/audio.h:
* gst-libs/gst/interfaces/mixer.c:
tell gtk-doc about the deprecation guard. Apply more doc fixes.

16 years agotests/check/libs/audio.c: Add simple unit test to make sure GstValue intersection...
Tim-Philipp Müller [Wed, 31 Oct 2007 12:30:28 +0000 (12:30 +0000)]
tests/check/libs/audio.c: Add simple unit test to make sure GstValue intersection of channel layouts works the way I ...

Original commit message from CVS:
* tests/check/libs/audio.c: (init_value_to_channel_layout),
(test_channel_layout_value_intersect), (audio_suite):
Add simple unit test to make sure GstValue intersection
of channel layouts works the way I think it does.

16 years agoFix the docs according to what gtk-doc complained about.
Stefan Kost [Tue, 30 Oct 2007 20:32:14 +0000 (20:32 +0000)]
Fix the docs according to what gtk-doc complained about.

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/audio/gstaudiofilter.h:
* gst-libs/gst/interfaces/mixer.h:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
* gst-libs/gst/rtp/gstbasertpdepayload.h:
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix the docs according to what gtk-doc complained about.

16 years agotests/icles/stress-playbin.c: Fix the build.
Stefan Kost [Tue, 30 Oct 2007 19:46:02 +0000 (19:46 +0000)]
tests/icles/stress-playbin.c: Fix the build.

Original commit message from CVS:
* tests/icles/stress-playbin.c:
Fix the build.

16 years agogst/playback/: Post nice/more useful error message if we don't have a decoder for...
Tim-Philipp Müller [Tue, 30 Oct 2007 15:54:46 +0000 (15:54 +0000)]
gst/playback/: Post nice/more useful error message if we don't have a decoder for the primary type.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
* gst/playback/gstdecodebin2.c: (analyze_new_pad):
Post nice/more useful error message if we don't have a decoder for
the primary type.

16 years agogst/playback/gstdecodebin2.c: Be a bit more useful, unblock the pads after we fired...
Wim Taymans [Tue, 30 Oct 2007 15:07:58 +0000 (15:07 +0000)]
gst/playback/gstdecodebin2.c: Be a bit more useful, unblock the pads after we fired the no-more-pads signal so that w...

Original commit message from CVS:
* gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
Be a bit more useful, unblock the pads after we fired the no-more-pads
signal so that we can use the signal to inspect and connect all pads
without having to keep extra state outside of decodebin.

16 years agogst/playback/gsturidecodebin.c: Implement default signal handler so that we return...
Wim Taymans [Tue, 30 Oct 2007 15:00:06 +0000 (15:00 +0000)]
gst/playback/gsturidecodebin.c: Implement default signal handler so that we return TRUE when nothing is connected.

Original commit message from CVS:
* gst/playback/gsturidecodebin.c:
(gst_uri_decode_bin_autoplug_continue),
(gst_uri_decode_bin_class_init), (no_more_pads_full):
Implement default signal handler so that we return TRUE when nothing is
connected.

16 years agogst-libs/gst/riff/riff-media.c: Use the ALSA channel layout as default for wav files...
Sebastian Dröge [Sun, 28 Oct 2007 11:53:36 +0000 (11:53 +0000)]
gst-libs/gst/riff/riff-media.c: Use the ALSA channel layout as default for wav files without channel layout informati...

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_wavext_add_channel_layout),
(gst_riff_wave_add_default_channel_layout),
(gst_riff_wavext_get_default_channel_mask),
(gst_riff_create_audio_caps):
Use the ALSA channel layout as default for wav files without channel
layout information. This fixes playback of chan-id.wav on 5.1 systems
for example. Also refactor the channel layout setting a bit and add
more default channel orders. Fixes #489010.

16 years agoUse the ALSA channel layout as default for wav files without channel layout informati...
Sebastian Dröge [Sun, 28 Oct 2007 11:46:48 +0000 (11:46 +0000)]
Use the ALSA channel layout as default for wav files without channel layout information. This fixes playback of chan-...

Original commit message from CVS:
(gst_riff_wavext_add_channel_layout),
(gst_riff_wave_add_default_channel_layout),
(gst_riff_wavext_get_default_channel_mask),
(gst_riff_create_audio_caps):
Use the ALSA channel layout as default for wav files without channel
layout information. This fixes playback of chan-id.wav on 5.1 systems
for example. Also refactor the channel layout setting a bit and add
more default channel orders. Fixes #489010.

16 years agotests/check/libs/tag.c: GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile...
Tim-Philipp Müller [Fri, 26 Oct 2007 18:57:33 +0000 (18:57 +0000)]
tests/check/libs/tag.c: GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with

Original commit message from CVS:
* tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
-DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
instead.

16 years agoupdate spec file
Christian Schaller [Fri, 26 Oct 2007 12:07:14 +0000 (12:07 +0000)]
update spec file

Original commit message from CVS:
update spec file

16 years agogst/playback/gstdecodebin2.c: Move subtitle encoding property to decodebin2 so that...
Wim Taymans [Thu, 25 Oct 2007 17:36:49 +0000 (17:36 +0000)]
gst/playback/gstdecodebin2.c: Move subtitle encoding property to decodebin2 so that it can set the property value on ...

Original commit message from CVS:
* gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
(gst_decode_bin_dispose), (gst_decode_bin_set_caps),
(gst_decode_bin_set_subs_encoding),
(gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
(gst_decode_bin_get_property), (analyze_new_pad):
Move subtitle encoding property to decodebin2 so that it can set the
property value on all elements that it autoplugs and that require it.
Make caps refcounting more consistent in get/set.
* gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
(gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
(gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
(gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
(proxy_autoplug_continue_signal),
(proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
(make_decoder):
Proxy properties and relevant signals from the internal decodebin.
Make properties MT safe.

16 years agogst-libs/gst/tag/: Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly...
Tim-Philipp Müller [Thu, 25 Oct 2007 15:10:59 +0000 (15:10 +0000)]
gst-libs/gst/tag/: Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added

Original commit message from CVS:
* gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
* gst-libs/gst/tag/tags.c:
Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
* gst-libs/gst/tag/gstid3tag.c: (tag_matches):
Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
* gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
(gst_tag_to_vorbis_comments):
Map new SORTNAME tags (these tags aren't even semi-official, so I'm
just mapping everything I found in the wild) (#414539).

16 years agogst/playback/: Remove the autoplug-sort signal and replace it with a binding friendly...
Wim Taymans [Wed, 24 Oct 2007 11:07:57 +0000 (11:07 +0000)]
gst/playback/: Remove the autoplug-sort signal and replace it with a binding friendly autoplug-select signal.

Original commit message from CVS:
Inspired by patch of: René Stadler <mail at renestadler dot de>
* gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
(gst_decode_bin_autoplug_continue),
(gst_decode_bin_autoplug_factories),
(gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
(find_compatibles):
* gst/playback/gstplay-marshal.list:
Remove the autoplug-sort signal and replace it with a binding friendly
autoplug-select signal.
Add an autoplug-factories signal that can be used to generate a list of
factories to try to autoplug.
Add the GstPad to the autoplugging signal args as it might be needed to
make a good factory selection.
Fix up the marshallers for this. Fixes #407282.

16 years agogst-libs/gst/tag/gsttagdemux.c: Don't abort with an assertion if we receive a seek...
Tim-Philipp Müller [Tue, 23 Oct 2007 14:23:14 +0000 (14:23 +0000)]
gst-libs/gst/tag/gsttagdemux.c: Don't abort with an assertion if we receive a seek event with a start type of NONE (s...

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c:
Don't abort with an assertion if we receive a seek event with
a start type of NONE (see launchpad bug #155878).

16 years agosys/: Make sure that before we clean up the X resources, we shutdown and join the...
Wim Taymans [Mon, 22 Oct 2007 10:21:46 +0000 (10:21 +0000)]
sys/: Make sure that before we clean up the X resources, we shutdown and join the event thread.

Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
(gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
(gst_ximagesink_change_state), (gst_ximagesink_reset):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
(gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
(gst_xvimagesink_change_state), (gst_xvimagesink_reset):
Make sure that before we clean up the X resources, we shutdown and join
the event thread.
Also make sure the event thread does not shut down immediatly after
startup because the running variable is not yet correctly set.
Fixes #378770.

16 years agogst/playback/gstdecodebin.c: Make the window for a race in typefind and shutting...
Wim Taymans [Tue, 16 Oct 2007 16:48:38 +0000 (16:48 +0000)]
gst/playback/gstdecodebin.c: Make the window for a race in typefind and shutting down smaller until we figure out the...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (new_pad), (type_found):
Make the window for a race in typefind and shutting down smaller until
we figure out the right locking here. Avoids #485753 usually.
* gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
Remove unneeded lock causing a race in typefind and shutting down.
Fixes #485753.
* gst/playback/gstplaybin.c: (gst_play_bin_change_state):
Also remove sinks when going to NULL because we might not complete the
state change to PAUSED, causing the PAUSED->READY state change not to
happen.

16 years agogst-libs/gst/audio/gstbaseaudiosink.c: Also explicitly release the ringbuffer when...
Wim Taymans [Tue, 16 Oct 2007 15:33:31 +0000 (15:33 +0000)]
gst-libs/gst/audio/gstbaseaudiosink.c: Also explicitly release the ringbuffer when going to NULL because it is requir...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
Also explicitly release the ringbuffer when going to NULL because it
is required in the setcaps function, before the state change to PAUSED
completes.

16 years agotests/icles/: Does what it says on the tin.
Tim-Philipp Müller [Tue, 16 Oct 2007 14:58:53 +0000 (14:58 +0000)]
tests/icles/: Does what it says on the tin.

Original commit message from CVS:
* tests/icles/.cvsignore:
* tests/icles/Makefile.am:
* tests/icles/stress-playbin.c:
Does what it says on the tin.

16 years agogst/playback/gstqueue2.c: Fix queue negotiation. See #486758.
Wim Taymans [Mon, 15 Oct 2007 11:38:39 +0000 (11:38 +0000)]
gst/playback/gstqueue2.c: Fix queue negotiation. See #486758.

Original commit message from CVS:
* gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
Fix queue negotiation. See #486758.

16 years agoActual code change to go along with:
Jan Schmidt [Fri, 12 Oct 2007 10:52:18 +0000 (10:52 +0000)]
Actual code change to go along with:

Original commit message from CVS:
Actual code change to go along with:

2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
(gst_xvimagesink_xwindow_new),
(gst_xvimagesink_update_colorbalance),
(gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):

Fix handling of some of the X atoms. If the last parameter is True,
XInternAtom won't create the atom if it doesn't exist, and therefore
might return None. This causes X errors on Xv implementations that
don't provide the colour balance attributes.

16 years agoRemove stray character from the changelog.
Jan Schmidt [Fri, 12 Oct 2007 10:37:09 +0000 (10:37 +0000)]
Remove stray character from the changelog.

Original commit message from CVS:
Remove stray character from the changelog.

16 years agoI'm too lazy to comment this
Jan Schmidt [Fri, 12 Oct 2007 10:33:27 +0000 (10:33 +0000)]
I'm too lazy to comment this

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

16 years agoExtract vorbis comment LICENSE tags correctly.
Tim-Philipp Müller [Thu, 11 Oct 2007 18:24:09 +0000 (18:24 +0000)]
Extract vorbis comment LICENSE tags correctly.

Original commit message from CVS:
* gst-libs/gst/tag/gstvorbistag.c:
* tests/check/libs/tag.c:
Extract vorbis comment LICENSE tags correctly.

16 years agoMap ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
Jason Kivlighn [Thu, 11 Oct 2007 16:12:21 +0000 (16:12 +0000)]
Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).

Original commit message from CVS:
Patch by: Jason Kivlighn  <jkivlighn gmail com>
* gst-libs/gst/tag/gstid3tag.c:
* tests/check/libs/tag.c:
Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).

16 years agogst-libs/gst/tag/gsttagdemux.c: Don't error out when a buggy downstream element doesn...
Tim-Philipp Müller [Wed, 10 Oct 2007 17:01:51 +0000 (17:01 +0000)]
gst-libs/gst/tag/gsttagdemux.c: Don't error out when a buggy downstream element doesn't handle the newsegment event w...

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c:
Don't error out when a buggy downstream element doesn't
handle the newsegment event we send properly (especially
not without posting a meaningful error message on the
bus). See bug #471370 and launchpad bug #136264.

16 years agogst-libs/gst/audio/gstbaseaudiosink.c: Use new basesink method to make our EOS drain...
Wim Taymans [Wed, 10 Oct 2007 15:36:56 +0000 (15:36 +0000)]
gst-libs/gst/audio/gstbaseaudiosink.c: Use new basesink method to make our EOS drain interruptable.

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_drain):
Use new basesink method to make our EOS drain interruptable.

16 years agogst-libs/gst/rtp/gstrtppayloads.c: Fix silly search-replace oversight.
Jan Schmidt [Wed, 10 Oct 2007 09:37:09 +0000 (09:37 +0000)]
gst-libs/gst/rtp/gstrtppayloads.c: Fix silly search-replace oversight.

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtppayloads.c:
Fix silly search-replace oversight.

16 years agogst-libs/gst/rtp/gstbasertppayload.c: Fix caps memleak. Fixes #484989.
Laurent Glayal [Tue, 9 Oct 2007 09:57:17 +0000 (09:57 +0000)]
gst-libs/gst/rtp/gstbasertppayload.c: Fix caps memleak. Fixes #484989.

Original commit message from CVS:
Patch by: Laurent Glayal <spglegle at yahoo dot fr>
* gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
(gst_basertppayload_set_outcaps):
Fix caps memleak. Fixes #484989.

16 years agogst-libs/gst/rtp/gstbasertpdepayload.c: Fix debug output.
Wim Taymans [Mon, 8 Oct 2007 18:04:34 +0000 (18:04 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c: Fix debug output.

Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
Fix debug output.

16 years agogst-libs/gst/audio/gstbaseaudiosrc.c: Also handle the case where there is no clock...
Wim Taymans [Mon, 8 Oct 2007 18:02:53 +0000 (18:02 +0000)]
gst-libs/gst/audio/gstbaseaudiosrc.c: Also handle the case where there is no clock set on the audio source, like in t...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_create):
Also handle the case where there is no clock set on the audio source,
like in the unit tests.

16 years agogst-libs/gst/rtp/gstrtppayloads.c: Use unsigned G_MAXUINT8 instead of -1 to initialis...
Jan Schmidt [Mon, 8 Oct 2007 17:40:17 +0000 (17:40 +0000)]
gst-libs/gst/rtp/gstrtppayloads.c: Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8 to avoid compiler war...

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtppayloads.c:
Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
to avoid compiler warnings

16 years agogst/playback/: Don't disconnect the have_type signal because we never reconnect it...
Wim Taymans [Mon, 8 Oct 2007 17:12:32 +0000 (17:12 +0000)]
gst/playback/: Don't disconnect the have_type signal because we never reconnect it later on. Instead keep a variable ...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (type_found),
(gst_decode_bin_change_state):
* gst/playback/gstdecodebin2.c: (type_found),
(gst_decode_bin_change_state):
Don't disconnect the have_type signal because we never reconnect it
later on. Instead keep a variable to see if we already detected a type.

16 years agogst/playback/: Unlink the signal handler when we found the type, we're not going...
Wim Taymans [Mon, 8 Oct 2007 10:47:26 +0000 (10:47 +0000)]
gst/playback/: Unlink the signal handler when we found the type, we're not going to do anything sensible with more ty...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
* gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
(type_found):
Unlink the signal handler when we found the type, we're not going to do
anything sensible with more type_found signals anyway.

16 years agoext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes instead...
Sebastian Dröge [Mon, 8 Oct 2007 06:07:22 +0000 (06:07 +0000)]
ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes instead of hard coding something.

Original commit message from CVS:
* ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
Use GIO function to get a list of supported URI schemes instead of
hard coding something.

16 years agogst-libs/gst/tag/gsttagdemux.c: Don't leak caps.
Tim-Philipp Müller [Sat, 6 Oct 2007 16:49:55 +0000 (16:49 +0000)]
gst-libs/gst/tag/gsttagdemux.c: Don't leak caps.

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c:
Don't leak caps.

16 years agogst-libs/gst/tag/: API: add GstTagDemux base class for simple tag demuxers.
Tim-Philipp Müller [Sat, 6 Oct 2007 15:04:53 +0000 (15:04 +0000)]
gst-libs/gst/tag/: API: add GstTagDemux base class for simple tag demuxers.

Original commit message from CVS:
* gst-libs/gst/tag/Makefile.am:
* gst-libs/gst/tag/gsttagdemux.c:
* gst-libs/gst/tag/gsttagdemux.h:
API: add GstTagDemux base class for simple tag demuxers.
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
Add GstTagDemux to docs.

16 years agogst-libs/gst/rtp/gstrtpbuffer.c: Fix bug introduced with last commit which inverted...
Sebastian Dröge [Fri, 5 Oct 2007 07:49:25 +0000 (07:49 +0000)]
gst-libs/gst/rtp/gstrtpbuffer.c: Fix bug introduced with last commit which inverted the logic and caused all buffers ...

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtpbuffer.c:
(gst_rtp_buffer_get_payload_subbuffer):
Fix bug introduced with last commit which inverted the logic and
caused all buffers to be dropped. Fixes #483620.
Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.

16 years agogst-libs/gst/rtp/gstrtpbuffer.c: with regular return and warning.
Stefan Kost [Thu, 4 Oct 2007 06:50:53 +0000 (06:50 +0000)]
gst-libs/gst/rtp/gstrtpbuffer.c: with regular return and warning.

Original commit message from CVS:
* gst-libs/gst/rtp/gstrtpbuffer.c:
Replace g_return_if_val (as it could be disabled), with regular return
and warning.

16 years agotests/check/pipelines/simple-launch-lines.c: Print message name and not just number.
Stefan Kost [Wed, 3 Oct 2007 14:51:59 +0000 (14:51 +0000)]
tests/check/pipelines/simple-launch-lines.c: Print message name and not just number.

Original commit message from CVS:
* tests/check/pipelines/simple-launch-lines.c:
Print message name and not just number.

16 years agogst-libs/gst/audio/gstbaseaudiosink.c: When slaved to the clock, don't try to align...
Wim Taymans [Tue, 2 Oct 2007 11:11:13 +0000 (11:11 +0000)]
gst-libs/gst/audio/gstbaseaudiosink.c: When slaved to the clock, don't try to align a sample with the previous one wh...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_async_play):
When slaved to the clock, don't try to align a sample with the previous
one when going to PLAYING again.

16 years agotests/examples/snapshot/snapshot.c: Fix the build.
Stefan Kost [Tue, 2 Oct 2007 09:04:03 +0000 (09:04 +0000)]
tests/examples/snapshot/snapshot.c: Fix the build.

Original commit message from CVS:
* tests/examples/snapshot/snapshot.c:
Fix the build.

16 years agoext/gio/gstgiosink.c: Update to API changes in GIO.
Sebastian Dröge [Tue, 2 Oct 2007 07:43:57 +0000 (07:43 +0000)]
ext/gio/gstgiosink.c: Update to API changes in GIO.

Original commit message from CVS:
* ext/gio/gstgiosink.c: (gst_gio_sink_start):
Update to API changes in GIO.

16 years agogst-libs/gst/sdp/gstsdpmessage.h: Add RFC 3556 bandwidth modifiers.
Wim Taymans [Mon, 1 Oct 2007 16:33:00 +0000 (16:33 +0000)]
gst-libs/gst/sdp/gstsdpmessage.h: Add RFC 3556 bandwidth modifiers.

Original commit message from CVS:
* gst-libs/gst/sdp/gstsdpmessage.h:
Add RFC 3556 bandwidth modifiers.

16 years agoUpdate documentation.
Wim Taymans [Mon, 1 Oct 2007 13:37:31 +0000 (13:37 +0000)]
Update documentation.

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/rtp/gstrtppayloads.c:
Update documentation.

16 years agogst-libs/gst/rtp/: Added new file and header to deal with payload info.
Wim Taymans [Mon, 1 Oct 2007 13:22:14 +0000 (13:22 +0000)]
gst-libs/gst/rtp/: Added new file and header to deal with payload info.

Original commit message from CVS:
* gst-libs/gst/rtp/Makefile.am:
* gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
(gst_rtp_payload_info_for_name):
* gst-libs/gst/rtp/gstrtppayloads.h:
Added new file and header to deal with payload info.
* gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
(gst_rtp_buffer_default_clock_rate):
* gst-libs/gst/rtp/gstrtpbuffer.h:
Payload specific stuff is move to new headers.
Implement _default_clock rate using the new payload function.
* gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
(gst_sdp_parse_line):
* gst-libs/gst/sdp/gstsdpmessage.h:
Add some more comments.

16 years agogst/typefind/gsttypefindfunctions.c: Add typefind function for application/sdp.
Wim Taymans [Mon, 1 Oct 2007 10:22:46 +0000 (10:22 +0000)]
gst/typefind/gsttypefindfunctions.c: Add typefind function for application/sdp.

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
(sdp_check_header), (sdp_type_find), (plugin_init):
Add typefind function for application/sdp.
Remove some old dirac typefind code that was ifdeffed out.

16 years agowin32/common/libgstaudio.def: Add new exported functions.
Sébastien Moutte [Sat, 29 Sep 2007 12:04:02 +0000 (12:04 +0000)]
win32/common/libgstaudio.def: Add new exported functions.

Original commit message from CVS:
* win32/common/libgstaudio.def:
Add new exported functions.
* win32/vs6/grammar.dsp:
Add autogeneration and copy of some autegenerated files from win32/common
for rtsp library.
* win32/vs6/libgstaudioconvert.dsp:
Add gstaudioquantize.c to the build.
* win32/vs6/libgstinterfaces.dsp:
Add videoorientation.c to the build.
* win32/vs6/libgstriff.dsp:
Add libgsttag to the link libraries list.
* win32/vs6/libgstvolume.dsp:
Add liboil to the link.
* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstrtsp.dsp:
* win32/common/libgstrtsp.def:
Add files to build libgstrtsp library.

16 years agoext/gio/: Some minor cleanup and allow setting the location only when the element...
Sebastian Dröge [Sat, 29 Sep 2007 07:01:55 +0000 (07:01 +0000)]
ext/gio/: Some minor cleanup and allow setting the location only when the element is not playing or paused.

Original commit message from CVS:
* ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
(gst_gio_sink_set_property), (gst_gio_sink_render):
* ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
(gst_gio_src_set_property):
Some minor cleanup and allow setting the location only when the
element is not playing or paused.

16 years agotests/examples/snapshot/snapshot.c: Print error when pipeline failed to construct.
Wim Taymans [Wed, 26 Sep 2007 15:14:37 +0000 (15:14 +0000)]
tests/examples/snapshot/snapshot.c: Print error when pipeline failed to construct.

Original commit message from CVS:
* tests/examples/snapshot/snapshot.c: (main):
Print error when pipeline failed to construct.

16 years agoAdd mappings for the new GST_TAG_COMPOSER for vorbis comments and ID3v2 tags.
Tim-Philipp Müller [Tue, 25 Sep 2007 19:06:47 +0000 (19:06 +0000)]
Add mappings for the new GST_TAG_COMPOSER for vorbis comments and ID3v2 tags.

Original commit message from CVS:
* configure.ac:
* gst-libs/gst/tag/gstid3tag.c:
* gst-libs/gst/tag/gstvorbistag.c:
Add mappings for the new GST_TAG_COMPOSER for vorbis comments
and ID3v2 tags.

16 years agogst-libs/gst/floatcast/floatcast.h: Don't include config.h in an installed public...
Tim-Philipp Müller [Tue, 25 Sep 2007 11:54:09 +0000 (11:54 +0000)]
gst-libs/gst/floatcast/floatcast.h: Don't include config.h in an installed public header, this might break compilatio...

Original commit message from CVS:
* gst-libs/gst/floatcast/floatcast.h:
Don't include config.h in an installed public header, this
might break compilation of applications that don't have such
a header and doesn't necessarily do what it's supposed to do
anyway (ie. check for the lrint/lrintf defines) (#442065).
Add docs for the various macros and document how this header
has to be used (link against libm, etc.); add a few FIXMEs;
include math.h for non-c99 code path.  Based on patch by
Jan Schmidt.

16 years agoconfigure.ac: Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead...
Sebastian Dröge [Tue, 25 Sep 2007 07:50:59 +0000 (07:50 +0000)]
configure.ac: Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead of duplicating these macros in confi...

Original commit message from CVS:
* configure.ac:
Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
of duplicating these macros in configure.ac.

16 years agopo/: Updated translations to 0.10.14
Thomas Vander Stichele [Sat, 22 Sep 2007 17:58:22 +0000 (17:58 +0000)]
po/: Updated translations to 0.10.14

Original commit message from CVS:
* po/hu.po:
* po/sv.po:
* po/uk.po:
Updated translations to 0.10.14

16 years agoadd languages
Thomas Vander Stichele [Sat, 22 Sep 2007 17:57:08 +0000 (17:57 +0000)]
add languages

Original commit message from CVS:
add languages

16 years agopo/pl.po: Added Polish translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:56:28 +0000 (17:56 +0000)]
po/pl.po: Added Polish translation.

Original commit message from CVS:
translated by: Jakub Bogusz <qboosh@pld-linux.org>
* po/pl.po:
Added Polish translation.

16 years agopo/fi.po: Added Finnish translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:55:37 +0000 (17:55 +0000)]
po/fi.po: Added Finnish translation.

Original commit message from CVS:
translated by: Ilkka Tuohela <hile@iki.fi>
* po/fi.po:
Added Finnish translation.

16 years agopo/es.po: Added Spanish translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:54:50 +0000 (17:54 +0000)]
po/es.po: Added Spanish translation.

Original commit message from CVS:
translated by: Jorge González González <aloriel@gmail.com>
* po/es.po:
Added Spanish translation.

16 years agopo/da.po: Added Danish translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:53:59 +0000 (17:53 +0000)]
po/da.po: Added Danish translation.

Original commit message from CVS:
translated by: Mogens Jaeger <mogens@jaeger.tf>
* po/da.po:
Added Danish translation.

16 years agopo/zh_CN.po: Added Chinese (simplified) translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:52:56 +0000 (17:52 +0000)]
po/zh_CN.po: Added Chinese (simplified) translation.

Original commit message from CVS:
translated by: Funda Wang <fundawang@linux.net.cn>
* po/zh_CN.po:
Added Chinese (simplified) translation.

16 years agopo/bg.po: Added Bulgarian translation.
Thomas Vander Stichele [Sat, 22 Sep 2007 17:51:45 +0000 (17:51 +0000)]
po/bg.po: Added Bulgarian translation.

Original commit message from CVS:
translated by: Alexander Shopov <ash@contact.bg>
* po/bg.po:
Added Bulgarian translation.

16 years agodocs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy.
Sebastian Dröge [Fri, 21 Sep 2007 18:00:24 +0000 (18:00 +0000)]
docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy.

Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
Update hierarchy.
* ext/gio/gstgiosink.h:
* ext/gio/gstgiosrc.h:
Mark private fields of the instance structs private.

16 years agodocs/plugins/: Add the GIO plugin to the docs and do a make update while doing that.
Sebastian Dröge [Fri, 21 Sep 2007 17:31:05 +0000 (17:31 +0000)]
docs/plugins/: Add the GIO plugin to the docs and do a make update while doing that.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.signals:
* docs/plugins/inspect/plugin-bz2.xml:
* docs/plugins/inspect/plugin-cdxaparse.xml:
* docs/plugins/inspect/plugin-dfbvideosink.xml:
* docs/plugins/inspect/plugin-dtsdec.xml:
* docs/plugins/inspect/plugin-equalizer.xml:
* docs/plugins/inspect/plugin-faac.xml:
* docs/plugins/inspect/plugin-faad.xml:
* docs/plugins/inspect/plugin-filter.xml:
* docs/plugins/inspect/plugin-freeze.xml:
* docs/plugins/inspect/plugin-gio.xml:
* docs/plugins/inspect/plugin-gsm.xml:
* docs/plugins/inspect/plugin-gstrtpmanager.xml:
* docs/plugins/inspect/plugin-h264parse.xml:
* docs/plugins/inspect/plugin-modplug.xml:
* docs/plugins/inspect/plugin-mpeg2enc.xml:
* docs/plugins/inspect/plugin-musepack.xml:
* docs/plugins/inspect/plugin-musicbrainz.xml:
* docs/plugins/inspect/plugin-nsfdec.xml:
* docs/plugins/inspect/plugin-replaygain.xml:
* docs/plugins/inspect/plugin-soundtouch.xml:
* docs/plugins/inspect/plugin-spcdec.xml:
* docs/plugins/inspect/plugin-spectrum.xml:
* docs/plugins/inspect/plugin-speed.xml:
* docs/plugins/inspect/plugin-tta.xml:
* docs/plugins/inspect/plugin-videosignal.xml:
* docs/plugins/inspect/plugin-xingheader.xml:
* docs/plugins/inspect/plugin-xvid.xml:
Add the GIO plugin to the docs and do a make update
while doing that.
* ext/gio/gstgiosrc.c: (gst_gio_src_start):
Fix a small memleak.

16 years agoAdd a GIO/GVFS plugin with source and sink elements. This will only be enabled when...
René Stadler [Fri, 21 Sep 2007 17:07:56 +0000 (17:07 +0000)]
Add a GIO/GVFS plugin with source and sink elements. This will only be enabled when --enable-experimental is given to...

Original commit message from CVS:
Patch by: René Stadler <mail at renestadler dot de>
* configure.ac:
* ext/Makefile.am:
* ext/gio/Makefile.am:
* ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
(gst_gio_get_supported_protocols),
(gst_gio_uri_handler_get_type_sink),
(gst_gio_uri_handler_get_type_src),
(gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
(gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
(gst_gio_uri_handler_do_init), (plugin_init):
* ext/gio/gstgio.h:
* ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
(gst_gio_sink_class_init), (gst_gio_sink_init),
(gst_gio_sink_finalize), (gst_gio_sink_set_property),
(gst_gio_sink_get_property), (gst_gio_sink_start),
(gst_gio_sink_stop), (gst_gio_sink_unlock),
(gst_gio_sink_unlock_stop), (gst_gio_sink_event),
(gst_gio_sink_render), (gst_gio_sink_query):
* ext/gio/gstgiosink.h:
* ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
(gst_gio_src_class_init), (gst_gio_src_init),
(gst_gio_src_finalize), (gst_gio_src_set_property),
(gst_gio_src_get_property), (gst_gio_src_start),
(gst_gio_src_stop), (gst_gio_src_get_size),
(gst_gio_src_is_seekable), (gst_gio_src_unlock),
(gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
(gst_gio_src_create):
* ext/gio/gstgiosrc.h:
Add a GIO/GVFS plugin with source and sink elements. This will
only be enabled when --enable-experimental is given to configure
for now as the GIO API is not stable yet. Fixes #476916.