summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafsink.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-02remove textdomain callsThomas Vander Stichele1-1/+0
Original commit message from CVS: remove textdomain calls
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
Original commit message from CVS: change NULL to (NULL) for GST_ELEMENT_ERROR Make sure errors end with "."
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
Original commit message from CVS: GST_ELEMENT_ERROR
2004-01-19putting i18n in place for pluginsThomas Vander Stichele1-1/+6
Original commit message from CVS: putting i18n in place for plugins
2004-01-19fix i18n includeThomas Vander Stichele1-1/+1
Original commit message from CVS: fix i18n include
2004-01-18use new error signal and classificationThomas Vander Stichele1-16/+13
Original commit message from CVS: use new error signal and classification
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc ↵Ronald S. Bultje1-4/+17
(which still needs fixing, but that's lower o... Original commit message from CVS: 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain), (gst_afsink_handle_event): * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init): * gst/avi/gstavimux.c: (gst_avimux_request_new_pad): * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init): * sys/dxr3/dxr3spusink.c: (dxr3spusink_init): * sys/dxr3/dxr3videosink.c: (dxr3videosink_init): Fix for instantiate-test (see core). Also remove dead code from jpegenc (which still needs fixing, but that's lower on my TODO list...). * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps): Never return NULL as caps.
2003-12-22Merge CAPS branchDavid Schleef1-29/+24
Original commit message from CVS: Merge CAPS branch
2003-11-01Update all the audiofile stuffIain Holmes1-14/+15
Original commit message from CVS: Update all the audiofile stuff
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-2/+3
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-9/+3
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte1-3/+9
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-3/+1
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-3/+6
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-01-01Remove PAD_EOSWim Taymans1-1/+0
Original commit message from CVS: Remove PAD_EOS
2002-09-18plugins part of license field patchChristian Schaller1-1/+2
Original commit message from CVS: plugins part of license field patch
2002-05-26- Changed plugins for new APIsWim Taymans1-10/+2
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-2/+2
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-14added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_propertySteve Baker1-0/+6
Original commit message from CVS: added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-5/+5
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-30Get the signed property as a booleanWim Taymans1-5/+5
Original commit message from CVS: Get the signed property as a boolean
2002-03-30Changed to the new props APIWim Taymans1-5/+5
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-3/+3
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-1/+1
just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller1-5/+5
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03// to /* */ fixesChristian Schaller1-19/+19
Original commit message from CVS: // to /* */ fixes
2001-12-21fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele1-0/+508
Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building