gstreamer/gst
Thomas Vander Stichele 011c308287 adding GDP payloader and depayloader. Build integration will follow later when the GDP issues for core are sorted out.
Original commit message from CVS:
* gst/gdp/Makefile.am:
* gst/gdp/gstgdp.c: (plugin_init):
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
(gst_gdp_depay_class_init), (gst_gdp_depay_init),
(gst_gdp_depay_finalize), (gst_gdp_depay_chain),
(gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
* gst/gdp/gstgdpdepay.h:
* gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
(gst_gdp_pay_class_init), (gst_gdp_pay_init),
(gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
(gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
(gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
(gst_gdp_queue_buffer), (gst_gdp_pay_chain),
(gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
(gst_gdp_pay_plugin_init):
* gst/gdp/gstgdppay.h:
* tests/check/Makefile.am:
* tests/check/elements/gdpdepay.c: (setup_gdpdepay),
(cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
(setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
* tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
(GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
(main):
adding GDP payloader and depayloader.  Build integration will
follow later when the GDP issues for core are sorted out.
2006-05-22 13:25:52 +00:00
..
adder gst/adder/gstadder.*: Updated some docs. Added comments and FIXMEs all over the place. 2006-05-10 11:54:36 +00:00
audioconvert gst/audioconvert/gstchannelmix.c: Fix #341696: crash when mixing L+R+C to mono or stereo. 2006-05-14 18:15:17 +00:00
audiorate make GstElementDetails const 2006-04-28 19:46:37 +00:00
audioresample make GstElementDetails const 2006-04-28 19:46:37 +00:00
audiotestsrc Const-ify GEnumValue and GFlagsValue arrays. Use 2006-05-09 19:24:46 +00:00
ffmpegcolorspace make GstElementDetails const 2006-04-28 19:46:37 +00:00
gdp adding GDP payloader and depayloader. Build integration will follow later when the GDP issues for core are sorted out. 2006-05-22 13:25:52 +00:00
playback gst/playback/gstdecodebin.c: Make decodebin reusable when going from PAUSE_TO_READY and then back to PAUSED. 2006-05-15 17:01:02 +00:00
subparse gst/subparse/samiparse.c: Don't ignore return value of strtol (++compiler_happiness). 2006-05-18 10:05:23 +00:00
tcp gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566). 2006-05-22 11:42:03 +00:00
typefind gst/typefind/gsttypefindfunctions.c: backout typefind patch #340375 2006-05-09 16:46:23 +00:00
videorate make GstElementDetails const 2006-04-28 19:46:37 +00:00
videoscale Use the gstutil scaling function to preserve 64 bits while calculating output width and height from the display-aspec... 2006-05-19 13:02:46 +00:00
videotestsrc Const-ify GEnumValue and GFlagsValue arrays. Use 2006-05-09 19:24:46 +00:00
volume gst/volume/gstvolume.c: Increase "volume" property to 10.0. Fixes #340369. 2006-05-03 08:58:13 +00:00
Makefile.am tcp elements need some system headers like sys/socket.h 2005-11-03 09:31:30 +00:00