summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans1-3/+1
2008-01-03gst/mpegtsparse/: Remove no longer needed files.Zaheer Abbas Merali7-707/+2
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef4-20/+18
2007-12-31gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans1-0/+1
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-1/+1
2007-12-23gst/videoparse/: Remove videoparse element, because it was moved to gst/rawpa...David Schleef3-947/+0
2007-12-23gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge1-0/+5
2007-12-23Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge9-0/+1627
2007-12-20gst/: Ignore more.Tim-Philipp Müller2-0/+3
2007-12-18gst/switch/: gst/switch/gstswitch.c (enum, gst_selector_pad_class_init) (gst_...Andy Wingo3-54/+117
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2-1/+10
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when a buffer is i...Andy Wingo1-1/+1
2007-12-17gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_str...Andy Wingo3-5/+26
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_clas...Andy Wingo1-24/+46
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_change_state)Andy Wingo1-47/+27
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (g...Andy Wingo2-1/+31
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_class_init)Andy Wingo1-1/+18
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables.Andy Wingo2-29/+92
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() sig...Andy Wingo1-1/+49
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.Andy Wingo2-3/+23
2007-12-17gst/switch/gstswitch.*: Add `block' and `switch' signals.Andy Wingo4-1/+57
2007-12-17gst/switch/gstswitch.*: Replace with files from gststreamselector.[ch], regis...Andy Wingo2-720/+527
2007-12-15gst/videoparse/gstvideoparse.c: Free the adapter on dispose and correctly res...Sebastian Dröge1-1/+10
2007-12-15gst/videoparse/gstvideoparse.c: Improve duration query by first asking upstre...Sebastian Dröge1-26/+70
2007-12-15gst/videoparse/gstvideoparse.c: Add support for video/x-raw-rgb and video/x-r...Sebastian Dröge1-13/+181
2007-12-14gst/mpegtsparse/mpegtspacketizer.*: Hash streams by pid again. Add a linked l...Zaheer Abbas Merali2-48/+110
2007-12-14update spec file and add two missing files for distingChristian Schaller1-1/+2
2007-12-13gst/videoparse/gstvideoparse.c: Implement a query type function for the src p...Sebastian Dröge1-1/+68
2007-12-13gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too.Sebastian Dröge1-3/+15
2007-12-13gst/videoparse/gstvideoparse.c: Add YV12 to the pad templates as it is suppor...Sebastian Dröge1-3/+5
2007-12-13gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix t...Sebastian Dröge2-4/+4
2007-12-13gst/videoparse/: Add a bunch of features: handle format specification, handle...David Schleef2-114/+372
2007-12-12gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans2-30/+41
2007-12-12gst/rtpmanager/: Fix some leaks.Wim Taymans3-0/+17
2007-12-11gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p...Tim-Philipp Müller1-4/+4
2007-12-10gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans4-3/+118
2007-12-10gst/videoparse/gstvideoparse.c: Forward the query upstream, the default eleme...mutex at runbox dot com1-5/+2
2007-12-10gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans20-38/+85
2007-12-10gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans3-2/+200
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans7-322/+996
2007-12-09gst/flv/gstflvparse.c: Fix list of supported and known codecs.Edward Hervey1-8/+55
2007-12-06gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge1-1/+1
2007-12-06gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge1-0/+3
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2-8/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2-9/+8
2007-12-06gst/mpegtsparse/mpegtsparse.c: Mark crc values table as constant.Tim-Philipp Müller1-1/+1
2007-12-05gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl...Zaheer Abbas Merali2-25/+37
2007-12-05gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app...Andy Wingo1-17/+0
2007-12-03gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu...Zaheer Abbas Merali3-60/+19
2007-12-03gst/librfb/rfbdecoder.c: Should fix the 64-bit buildThijs Vermeir1-5/+9