summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Makefile.amThomas Vander Stichele2005-08-301-0/+16
| | | | | Original commit message from CVS: Makefile.am
* commit new stuffThomas Vander Stichele2005-08-302-0/+36
| | | | | Original commit message from CVS: commit new stuff
* document elements and plugins. Shazam !Thomas Vander Stichele2005-08-307-0/+188
| | | | | Original commit message from CVS: document elements and plugins. Shazam !
* add some filesThomas Vander Stichele2005-08-304-5/+1251
| | | | | Original commit message from CVS: add some files
* tidying up -good for businessThomas Vander Stichele2005-08-3023-18995/+18115
| | | | | Original commit message from CVS: tidying up -good for business
* Ported to GStreamer 0.9. Need to fix performance issues.Flavio Oliveira2005-08-303-31/+38
| | | | | Original commit message from CVS: Ported to GStreamer 0.9. Need to fix performance issues.
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-2840-1440/+931
| | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-28 Andy Wingo <wingo@pobox.com> * Updates for two-arg init from GST_BOILERPLATE. * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use the second arg for the class, because G_OBJECT_GET_CLASS (self) returns the wrong thing. (gst_signal_processor_add_pad_from_template): Make pads of the right type. * ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make writable param specs G_PARAM_CONSTRUCT so default values work. (gst_ladspa_init): Use the second arg for the class.
* ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does ↵Andy Wingo2005-08-266-678/+333
| | | | | | | | | | | | | | compile and register. I have more features tha... Original commit message from CVS: 2005-08-26 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.c: * ext/ladspa/gstladspa.h: Finish porting, still doesn't work but it does compile and register. I have more features than you. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: Updates, bug fixen.
* do proper cleanup/creation, fixes state changesThomas Vander Stichele2005-08-262-3/+13
| | | | | Original commit message from CVS: do proper cleanup/creation, fixes state changes
* gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.Jan Schmidt2005-08-252-1/+6
| | | | | | Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): Revert unpopular change for GST_MESSAGE_SRC to GObject.
* add missing filesAndy Wingo2005-08-252-0/+799
| | | | | Original commit message from CVS: add missing files
* ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.Andy Wingo2005-08-256-143/+180
| | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-25 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.h: * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: New files, the start of a base class for DSP elements. * configure.ac: Sort the external libs checks, add a ladspa check, output the ladspa makefile.
* Fixed EOS and improved robustness for malformed indices.Owen Fraser-Green2005-08-251-0/+7
| | | | | Original commit message from CVS: Fixed EOS and improved robustness for malformed indices.
* add lameChristian Schaller2005-08-241-3/+3
| | | | | Original commit message from CVS: add lame
* ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end ↵Andy Wingo2005-08-242-10/+21
| | | | | | | | | | | | timestamps. Original commit message from CVS: 2005-08-24 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end timestamps. (Also commit an old changelog entry)
* enable more; update for basetransformThomas Vander Stichele2005-08-244-19/+31
| | | | | Original commit message from CVS: enable more; update for basetransform
* gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObjectJan Schmidt2005-08-242-1/+5
| | | | | | Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): GST_MESSAGE_SRC became a GObject
* fix speex entryChristian Schaller2005-08-241-1/+1
| | | | | Original commit message from CVS: fix speex entry
* add speex to spec file and remove gstosslement from POTFILES.inChristian Schaller2005-08-242-7/+6
| | | | | Original commit message from CVS: add speex to spec file and remove gstosslement from POTFILES.in
* ext/speex/gstspeexenc.h: Fixed include path of adapterStefan Kost2005-08-232-1/+6
| | | | | | Original commit message from CVS: * ext/speex/gstspeexenc.h: Fixed include path of adapter
* ext/speex/: Fix property warning.Wim Taymans2005-08-233-6/+12
| | | | | | | Original commit message from CVS: * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init): * ext/speex/gstspeexenc.c: (gst_speexenc_class_init): Fix property warning.
* gst/rtp/: Small updates, RFC reference to payload encoders.Wim Taymans2005-08-235-0/+38
| | | | | | | | | | | Original commit message from CVS: * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init), (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain): * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init), (gst_rtpamrenc_init), (gst_rtpamrenc_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain): Small updates, RFC reference to payload encoders.
* Port speexdec. Leads to some unfamiliar warnings on console, but works ↵Ronald S. Bultje2005-08-236-147/+157
| | | | | | | | | | | | | | | otherwise. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/speex/Makefile.am: * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexdec.c: (speex_get_query_types), (gst_speex_dec_init), (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event), (speex_dec_chain): Port speexdec. Leads to some unfamiliar warnings on console, but works otherwise.
* sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after ↵Andy Wingo2005-08-232-1/+12
| | | | | | | | | | opening the mixer. Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer.
* sys/oss/gstosssrc.*: Easy to implement a mixer, eh...Andy Wingo2005-08-233-6/+22
| | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.c: * sys/oss/gstosssrc.h: Easy to implement a mixer, eh...
* sys/oss/gstossmixerelement.*: Added mixer element like alsamixer.Andy Wingo2005-08-236-12/+173
| | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstossmixerelement.h: * sys/oss/gstossmixerelement.c: Added mixer element like alsamixer. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Register the ossmixer element.
* changelogAndy Wingo2005-08-231-0/+24
| | | | | Original commit message from CVS: changelog
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-2315-2804/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstossmixer.h: * sys/oss/gstossmixer.c: Refactored to be more like alsamixer. * sys/oss/gstossmixertrack.h: * sys/oss/gstossmixertrack.c: Split out from gstossmixer.[ch], like gstalsamixer. * sys/oss/gstosssrc.c: * sys/oss/gstosssink.c: Where before we used a gstosselement object as a helper library, now just call functions from gstosshelper. * sys/oss/gstosshelper.h: * sys/oss/gstosshelper.c: Made a real library. Removed propertyprobe for now, should add it back later. * sys/oss/gstosselement.h: * sys/oss/gstosselement.c: Removed, we don't have a shared base class. * sys/oss/gstosshelper.c (gst_oss_helper_probe_caps): Search higher-to-lower, makes 16 bit appear earlier in the caps, which makes it preferred.
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-236-473/+321
| | | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.h: * sys/oss/gstosssrc.c: Totally ported, dude. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Add osssrc. * sys/oss/gstosssink.c: We do native byte order.
* Fixed mishandling events and incorrect audio skipping after seek.Owen Fraser-Green2005-08-231-0/+6
| | | | | Original commit message from CVS: Fixed mishandling events and incorrect audio skipping after seek.
* ext/mad/gstid3tag.c: Works a bit better now, but still needs a rewrite to ↵Jan Schmidt2005-08-221-0/+8
| | | | | | | | | | | use get_range instead of this seeking nasti... Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_init), (gst_id3_tag_sink_event), (gst_id3_tag_do_caps_nego), (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init): Works a bit better now, but still needs a rewrite to use get_range instead of this seeking nastiness.
* Port flacdec (seeking is still slow'ish).Ronald S. Bultje2005-08-227-198/+230
| | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/flac/Makefile.am: * ext/flac/gstflac.c: (plugin_init): * ext/flac/gstflacdec.c: (flacdec_get_type), (gst_flacdec_init), (gst_flacdec_update_metadata), (gst_flacdec_seek), (gst_flacdec_tell), (gst_flacdec_length), (gst_flacdec_read), (gst_flacdec_write), (gst_flacdec_loop), (gst_flacdec_get_src_query_types), (gst_flacdec_src_query), (gst_flacdec_src_event), (gst_flacdec_sink_activate), (gst_flacdec_sink_activate_pull), (gst_flacdec_change_state): * ext/flac/gstflacdec.h: Port flacdec (seeking is still slow'ish).
* Fixed some seeking issuesOwen Fraser-Green2005-08-222-0/+6
| | | | | Original commit message from CVS: Fixed some seeking issues
* add mpegaudioparse to spec fileChristian Schaller2005-08-191-0/+1
| | | | | Original commit message from CVS: add mpegaudioparse to spec file
* gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded.Wim Taymans2005-08-192-11/+5
| | | | | | Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init): Remove get_time code that is both wrong and unneeded.
* add missing header file for distingChristian Schaller2005-08-191-1/+2
| | | | | Original commit message from CVS: add missing header file for disting
* gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in ↵Wim Taymans2005-08-195-4/+75
| | | | | | | | | | | | the caps or a base class... Original commit message from CVS: * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain), (gst_rtph263penc_set_property), (gst_rtph263penc_get_property): * gst/rtp/gstrtph263penc.h: Added configurable pt and ssrc, to be merged in the caps or a base class...
* gst/rtp/: Some cleanups in the h263p (de)payloaders.Wim Taymans2005-08-195-8/+24
| | | | | | | | | Original commit message from CVS: * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_init), (gst_rtph263pdec_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain): Some cleanups in the h263p (de)payloaders.
* add mpegaudioparse to configure.acChristian Schaller2005-08-191-0/+1
| | | | | Original commit message from CVS: add mpegaudioparse to configure.ac
* latest makefile and spec file fixesChristian Schaller2005-08-192-2/+4
| | | | | Original commit message from CVS: latest makefile and spec file fixes