summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* more spec file fixoringChristian Schaller2005-09-201-6/+0
| | | | | Original commit message from CVS: more spec file fixoring
* fix spec filesChristian Schaller2005-09-202-751/+5
| | | | | Original commit message from CVS: fix spec files
* don't use underscoresThomas Vander Stichele2005-09-2019-51/+51
| | | | | Original commit message from CVS: don't use underscores
* gst/alpha/gstalpha.c: fix element descriptionStefan Kost2005-09-203-1/+6
| | | | | | Original commit message from CVS: * gst/alpha/gstalpha.c: fix element description
* prereqs as wellThomas Vander Stichele2005-09-191-0/+7
| | | | | Original commit message from CVS: prereqs as well
* commit result of scanobj stepThomas Vander Stichele2005-09-195-6/+7105
| | | | | Original commit message from CVS: commit result of scanobj step
* gst/rtp/gstrtph263pdec.c: Don't check payload for now.Wim Taymans2005-09-193-20/+35
| | | | | | Original commit message from CVS: * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain): Don't check payload for now.
* add check-valgrind targetThomas Vander Stichele2005-09-191-0/+3
| | | | | Original commit message from CVS: add check-valgrind target
* gst/wavparse/gstwavparse.*: Fix wavparse some more.Wim Taymans2005-09-194-151/+306
| | | | | | | | | | | | | Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), (gst_wavparse_init), (gst_wavparse_parse_file_header), (gst_wavparse_stream_init), (gst_wavparse_handle_seek), (gst_wavparse_stream_headers), (gst_wavparse_stream_data), (gst_wavparse_loop), (gst_wavparse_pad_convert), (gst_wavparse_pad_query), (gst_wavparse_srcpad_event), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: Fix wavparse some more.
* check/elements/level.c: Fix for bus API change.Wim Taymans2005-09-193-6/+13
| | | | | | Original commit message from CVS: * check/elements/level.c: (GST_START_TEST): Fix for bus API change.
* gst/level/level-example.c: Fix for new bus API.Wim Taymans2005-09-193-1/+10
| | | | | | | | | Original commit message from CVS: * gst/level/level-example.c: (main): Fix for new bus API. * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Set caps on pads.
* disable flags for unbuilt pluginsThomas Vander Stichele2005-09-191-16/+15
| | | | | Original commit message from CVS: disable flags for unbuilt plugins
* normal builds shouldn't scan gobjectsThomas Vander Stichele2005-09-192-0/+0
| | | | | Original commit message from CVS: normal builds shouldn't scan gobjects
* remove gst-registerThomas Vander Stichele2005-09-163-16/+4
| | | | | Original commit message from CVS: remove gst-register
* Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans2005-09-1537-2018/+1069
| | | | | | | | | Original commit message from CVS: Updates to payloader/depayloaders, make payloaders use the base classes. Updated README with suggested RTP caps and how to convert to/from SDP. Added config descriptor in mp4v payloader.
* gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): ↵Andy Wingo2005-09-154-2/+8
| | | | | | | | | | | gst/autodetect/gstautovideosink.c Original commit message from CVS: 2005-09-15 Andy Wingo <wingo@pobox.com> * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_find_best): Update for new registry API.
* common/: a simple py script to generate valid xml from a C example probably ↵Thomas Vander Stichele2005-09-147-1/+151
| | | | | | | | | | | | | | | | | | also need to strip an MIT license when we... Original commit message from CVS: * common/c-to-xml.py: * common/gtk-doc-plugins.mak: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we decide * docs/plugins/Makefile.am: * gst/level/Makefile.am: * gst/level/gstlevel.c: (gst_level_init): * gst/level/level-example.c: (message_handler), (main): add an example to level that will show up in the docs * gst/rtp/TODO: add a note for the future
* gst/wavenc/gstwavenc.c: Actually define the debug object being used in ↵Michael Smith2005-09-142-1/+8
| | | | | | | | wavenc. Fixes #316205 Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init): Actually define the debug object being used in wavenc. Fixes #316205
* Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build ↵Michael Smith2005-09-142-1/+7
| | | | | | | | on win32 as this plugin uses collectpads ... Original commit message from CVS: Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads (bug 316204)
* Fix up bogus ChangeLog entryJan Schmidt2005-09-121-12/+0
| | | | | Original commit message from CVS: Fix up bogus ChangeLog entry
* autogen.sh (package): Now type 'make' to build gst-plugins-good.Andy Wingo2005-09-122-1/+5
| | | | | | | Original commit message from CVS: 2005-09-12 Andy Wingo <wingo@pobox.com> * autogen.sh (package): Now type 'make' to build gst-plugins-good.
* add source module to docs; reinspectThomas Vander Stichele2005-09-1129-30/+86
| | | | | Original commit message from CVS: add source module to docs; reinspect
* Move fdsrc back into gstreamer core elements.Jan Schmidt2005-09-097-401/+42
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * gst/fdsrc/Makefile.am: * gst/fdsrc/gstfdsrc.c: * gst/fdsrc/gstfdsrc.h: Move fdsrc back into gstreamer core elements. * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_transform_ip): * gst/videobox/gstvideobox.c: (gst_video_box_set_property): Basetransform changes.
* fix compiler warningsThomas Vander Stichele2005-09-093-2/+9
| | | | | Original commit message from CVS: fix compiler warnings
* gst-plugins-good.spec.in: spec file fixesThomas Vander Stichele2005-09-094-21/+37
| | | | | | | | | | | | | | Original commit message from CVS: * gst-plugins-good.spec.in: spec file fixes * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_render), (gst_multiudpsink_add), (gst_multiudpsink_clear): it actually helps to actually stream if we hook up the add signal to an actual implementation * gst/udp/gstudpsrc.c: (gst_udpsrc_start): some debugging
* jpgenc ported to GSTreamer 0.9Flavio Oliveira2005-09-084-55/+53
| | | | | Original commit message from CVS: jpgenc ported to GSTreamer 0.9
* jpegenc ported to GStreamer 0.9Flavio Oliveira2005-09-081-0/+7
| | | | | Original commit message from CVS: jpegenc ported to GStreamer 0.9
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-075-4/+12
| | | | | | | | | Original commit message from CVS: * ext/flac/gstflacdec.c: * ext/flac/gstflacenc.c: * ext/flac/gstflactag.c: * ext/speex/gstspeexenc.c: gsttaginterface.h -> gsttagsetter.h
* Port to 0.9 and re-enable efence plugin.Jan Schmidt2005-09-064-97/+139
| | | | | | | | | | | | Original commit message from CVS: * configure.ac: * gst/debug/Makefile.am: * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init), (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init), (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy), (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init), (gst_fenced_buffer_init), (gst_fenced_buffer_get_type): Port to 0.9 and re-enable efence plugin.
* ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per ↵Tim-Philipp Müller2005-09-063-23/+39
| | | | | | | | | | | sample; and misc. minor clean-ups. Seeking is s... Original commit message from CVS: * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory), (gst_flacdec_write), (gst_flacdec_convert_src): * ext/flac/gstflacdec.h: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is still partly broken (for me at least).
* gst/rtp/: Added mpeg4 video payload encoder/decoder.Wim Taymans2005-09-0615-13/+1740
| | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type), (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init), (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps), (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property), (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state), (gst_rtpmp4vdec_plugin_init): * gst/rtp/gstrtpmp4vdec.h: * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type), (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain), (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property), (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init): * gst/rtp/gstrtpmp4venc.h: * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain): * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush): Added mpeg4 video payload encoder/decoder. Added some docs in mpa payloader.
* back to HEADThomas Vander Stichele2005-09-061-1/+1
| | | | | Original commit message from CVS: back to HEAD
* releasing 0.9.2Thomas Vander Stichele2005-09-067-606/+311
| | | | | Original commit message from CVS: releasing 0.9.2
* Fix up all the state change functions.Jan Schmidt2005-09-053-43/+45
| | | | | Original commit message from CVS: Fix up all the state change functions.
* ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the ↵Andy Wingo2005-09-052-2/+14
| | | | | | | | | | | state change handler, so we fire signals w... Original commit message from CVS: 2005-09-05 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the state change handler, so we fire signals without holding the state lock.
* cleaning up badThomas Vander Stichele2005-09-051-6/+7
| | | | | Original commit message from CVS: cleaning up bad
* maintenance commitsThomas Vander Stichele2005-09-052-0/+6
| | | | | Original commit message from CVS: maintenance commits
* distcheck fixesThomas Vander Stichele2005-09-0432-1/+701
| | | | | Original commit message from CVS: distcheck fixes
* fix distcheckThomas Vander Stichele2005-09-0418-24/+18
| | | | | Original commit message from CVS: fix distcheck
* various spec fixesThomas Vander Stichele2005-09-021-419/+52
| | | | | Original commit message from CVS: various spec fixes
* All plugins updated for element state changes.Andy Wingo2005-09-0294-793/+810
| | | | | | | Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-3/+3
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-4/+3
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-2/+2
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-7/+3
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele2005-09-0114-39/+504
| | | | | | | | Original commit message from CVS: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Add a regression test for level and fix a casting bug that made the additional channels turn out wrong
* add docs to buildThomas Vander Stichele2005-09-0113-79/+153
| | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: add docs to build * common/plugins.xsl: wrap Description into a refsect2 * docs/Makefile.am: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init), (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: GstGOOM -> GstGoom add an example launch line * gst/level/gstlevel.h: * gst/monoscope/gstmonoscope.c: cleanups
* remove dvdlpcmdec, it's dvd stuffThomas Vander Stichele2005-08-314-478/+0
| | | | | Original commit message from CVS: remove dvdlpcmdec, it's dvd stuff
* add some i18n headersThomas Vander Stichele2005-08-303-0/+110
| | | | | Original commit message from CVS: add some i18n headers
* ignore moreThomas Vander Stichele2005-08-301-0/+18
| | | | | Original commit message from CVS: ignore more