summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-24Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost1-6/+5
2006-02-20gst/playback/gstdecodebin.c: Make decodebin reusable by fixing remove_element...Julien Moutte1-37/+129
2006-02-19gst/playback/gstdecodebin.c: That should be text/x-pango-markup, not text/x-p...Tim-Philipp Müller1-1/+1
2006-02-19gst/playback/gstdecodebin.c: pango layout should be considered as row.Julien Moutte1-1/+2
2006-02-03gst/playback/gstdecodebin.c: Don't put essential function call into g_return_...Tim-Philipp Müller1-2/+4
2006-02-02gst/playback/gstdecodebin.c: Unlinking two source pads is ... hard.Tim-Philipp Müller1-1/+1
2006-01-29gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)Sébastien Moutte1-1/+2
2006-01-26gst/playback/gstdecodebin.c: Also consider the flush-start and tag events as ...Edward Hervey1-2/+10
2006-01-23gst/playback/gstdecodebin.c: Replace GstPadBlockCallback with pad probes that...Edward Hervey1-13/+58
2005-12-29gst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the star...Michael Smith1-1/+2
2005-12-18ext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains.Jan Schmidt1-43/+103
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-11-28gst/playback/gstdecodebin.c: Better use of the queues. Start with a small siz...Edward Hervey1-4/+61
2005-11-27gst/playback/gstdecodebin.c: Remove unused properties, and add queues between...Edward Hervey1-87/+51
2005-11-21*.*: Ran scripts/update-macros. Oh yes.Andy Wingo1-7/+7
2005-11-18gst/playback/gstdecodebin.c: Unsetting IS_SINK flag from the fakesink, so dec...Edward Hervey1-0/+1
2005-11-03gst/playback/gstdecodebin.c: Handle the case where a pad_block failed.Wim Taymans1-14/+24
2005-10-21gst/playback/gstdecodebin.c: Don't try to remove elements twice.Wim Taymans1-1/+1
2005-10-18gst/playback/: Make playbin async, it'll commit state to paused when all stre...Wim Taymans1-43/+114
2005-10-16gst/playback/gstdecodebin.cAndy Wingo1-3/+34
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-1/+4
2005-10-02gst/playback/gstdecodebin.c (try_to_link_1) set element to NULL before removi...Andy Wingo1-0/+3
2005-09-21gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe thingies.Andy Wingo1-3/+5
2005-09-18gst/playback/gstdecodebin.c: free plugin list correctlyDavid Schleef1-1/+1
2005-09-15Fixes for changes in registry API.David Schleef1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-13/+12
2005-08-05renamed to actual element names, so much nicer to look atThomas Vander Stichele1-2/+2
2005-07-20Fixes for API changes in core.Ronald S. Bultje1-1/+1
2005-07-18gst/playback/: More leak and compile fixes.Wim Taymans1-10/+8
2005-07-18examples/seeking/seek.c: Updated seek example.Wim Taymans1-10/+12
2005-06-28*.c: Don't cast to GstObject before reffing/unreffing.Andy Wingo1-16/+16
2005-06-27gst/videotestsrc/gstvideotestsrc.cAndy Wingo1-9/+10
2005-06-26gst/playback/gstdecodebin.c: 2nd argument of 'unknow-type' signal is a GstCap...Edward Hervey1-1/+1
2005-06-24gst-libs/gst/audio/gstaudiosink.c: Set the worker thread's running flag to TR...Jan Schmidt1-1/+5
2005-06-08gst/: Ghost pad API fixes.Andy Wingo1-10/+14
2005-06-02pkgconfig/: Add gst/tag to the -L list.Andy Wingo1-7/+23
2005-05-25gst/playback/: Some playbin cleanups mostly refcounting sloppyness.Wim Taymans1-39/+70
2005-05-16Port from GstData to GstMiniObject.David Schleef1-2/+2
2005-05-12gst/playback/: Move setup_output_pads into a virtual function, remove group-s...Ronald S. Bultje1-23/+0
2005-05-11ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a message to the ...Andy Wingo1-8/+15
2005-04-12Work with staticpadtemplates in elementfactories.Ronald S. Bultje1-4/+4
2005-04-12Raw and crude port of decodebin.Wim Taymans1-81/+176
2005-01-27gst/playback/gstdecodebin.c: Use realpad for signal.Ronald S. Bultje1-1/+1
2005-01-19gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).Ronald S. Bultje1-0/+3
2005-01-10arg is pad, not any gobjectThomas Vander Stichele1-1/+1
2005-01-08OGM text support, Matroska UTF-8 text support, deadlock fixes all over the pl...Ronald S. Bultje1-1/+2
2004-12-17gst/playback/gstdecodebin.c: make sure the facotries are ordered the same eve...Benjamin Otte1-1/+9
2004-12-16gst/playback/: Fix memleaks (#157233).Ronald S. Bultje1-2/+10
2004-11-25gst/playback/gstdecodebin.c: We sometimes need parsers for playback, so add t...Ronald S. Bultje1-1/+2