summaryrefslogtreecommitdiffstats
path: root/ext/libmms
AgeCommit message (Collapse)AuthorFilesLines
2006-01-25Just chain up finalize calls (calling parent_class->finalize).Edgard Lima1-1/+4
Original commit message from CVS: Just chain up finalize calls (calling parent_class->finalize).
2006-01-25Finalize method has been created and others small changes.Edgard Lima1-2/+22
Original commit message from CVS: Finalize method has been created and others small changes.
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling ↵Edgard Lima1-2/+0
parent_class->dispose in dispose on sdlaudio. Original commit message from CVS: Removed gst_base_src_set_live from mms and neon, and now calling parent_class->dispose in dispose on sdlaudio.
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of ↵Tim-Philipp Müller1-2/+2
g_object_unref(), otherwise things break for GLi... Original commit message from CVS: * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop): * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query), (gst_musepackdec_loop): * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link), (gst_swfdec_src_query): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query): GstObjects must be unref'ed with gst_object_unref() instead of g_object_unref(), otherwise things break for GLib-2.6 users.
2005-12-11Just removed a weird printf ;-)Edgard Lima1-2/+0
Original commit message from CVS: Just removed a weird printf ;-)
2005-12-11Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant ↵Edgard Lima2-26/+78
PREROOL..." to be fixed. Original commit message from CVS: Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
2005-11-29libmm ported to 0.9. It works fine, but print some error messages. I'll fix ↵Edgard Lima3-128/+113
them soon. Tested with mmssrc location=m... Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink.
2005-09-05Fix up all the state change functions.Jan Schmidt1-9/+9
Original commit message from CVS: Fix up all the state change functions.
2005-01-05these files should not be hereThomas Vander Stichele3-11/+0
Original commit message from CVS: these files should not be here
2005-01-04I'm too lazy to comment thisThomas Vander Stichele1-1/+1
Original commit message from CVS: patch by tim, fix obvious crasher
2004-12-22First commit. To my knowledge should be in working state, playbin is ↵Maciej Katafiasz6-0/+500
supported, apart from small warning when setting... Original commit message from CVS: First commit. To my knowledge should be in working state, playbin is supported, apart from small warning when setting URI.
2004-12-22First commit. To my knowledge should be in working state, playbin is ↵Maciej Katafiasz1-0/+0
supported, apart from small warning when setting... Original commit message from CVS: First commit. To my knowledge should be in working state, playbin is supported, apart from small warning when setting URI.