gstreamer/gst
Josep Torre Valles 4de10dacb6 ext/gnomevfs/: Fix URI interface implementation return type.
Original commit message from CVS:
2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

Patch by: Josep Torre Valles <josep@fluendo.com>

* ext/gnomevfs/gstgnomevfssink.c:
* ext/gnomevfs/gstgnomevfssrc.c:
Fix URI interface implementation return type.
* ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
Fix what looks like a copy/paste issue when assigning values.
* gst-libs/gst/audio/gstaudiofiltertemplate.c:
(gst_audio_filter_template_get_type):
Cast to prevent Forte warnings.
* gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
Fix URI interface implementation return type.
gst_pad_query_position requires a signed integer pointer as
3rd parameter, GstClockTime is unsigned.
* gst/audioconvert/audioconvert.c:
Fix integer overflow when treated as signed.
* gst/audioresample/resample.c: (resample_add_input_data):
Cast to prevent warnings on Forte.
* gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
Fix integer overflow when treated as signed.
* gst/ffmpegcolorspace/imgconvert_template.h:
Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
* gst/playback/gstdecodebin.c: (queue_filled_cb),
(cleanup_decodebin):
Who initialises a guint to -1!
Cast function pointers to prevent warnings on Forte.
* gst/playback/gstplaybasebin.c: (queue_deadlock_check),
(queue_threshold_reached):
Cast function pointers correctly to prevent warnings on Forte.
* gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
Cast function pointers correctly to prevent warnings on Forte.
* gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
Obvious change to unsigned, 0xEF > max signed char.
* gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
GstClockTime is unsigned, initialise correctly.
* gst/tcp/gsttcp.c: (gst_tcp_socket_write):
Cast so pointer arithemetic doesn't cause warnings on Forte.
* gst/videorate/gstvideorate.c:
Use correct return value.
* tests/examples/seek/scrubby.c:
GstClockTime is unsigned, initialise correctly.
2006-10-10 12:49:03 +00:00
..
adder gst/adder/gstadder.c: Fix build. 2006-08-31 14:37:33 +00:00
audioconvert ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
audiorate gst/audiorate/gstaudiorate.c: Set caps on outgoing buffers. 2006-09-28 11:46:26 +00:00
audioresample ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
audiotestsrc ext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux usage in connection with gnomevfssrc 2006-09-16 21:54:48 +00:00
ffmpegcolorspace ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
gdp gst/gdp/gstgdppay.c: Fix memory leaks and misleading debug messages, add a couple of comments. 2006-08-25 16:19:55 +00:00
playback ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
subparse ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
tcp ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
typefind gst/typefind/gsttypefindfunctions.c: Recognise XML files and XML-like files shorter than 256 bytes as well (fixes #35... 2006-10-10 11:20:03 +00:00
videorate ext/gnomevfs/: Fix URI interface implementation return type. 2006-10-10 12:49:03 +00:00
videoscale gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_size 2006-08-20 13:05:44 +00:00
videotestsrc Printf format fixes. 2006-10-05 15:55:21 +00:00
volume gst/: Avoid unnecessary class cast check in class_init functions (#337747). 2006-06-22 10:10:51 +00:00
Makefile.am tcp elements need some system headers like sys/socket.h 2005-11-03 09:31:30 +00:00