summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2004-01-04gst/wavenc/gstwavenc.c: Fix indenting, fix pad creation.Ronald S. Bultje1-7/+9
2004-01-03gst/matroska/: Add getcaps() function to fix capsnego...Ronald S. Bultje2-191/+22
2004-01-03gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_a...Ronald S. Bultje1-0/+2
2004-01-03Change sink pad template caps to "video/quicktime"David Schleef1-1/+1
2004-01-02gst/matroska/: fix signed integer reading/writing.Ronald S. Bultje2-6/+17
2004-01-02src pad was being created twice - oops.Jan Schmidt1-1/+1
2004-01-02Fix some regressions caused by caps conversionDavid Schleef1-8/+9
2004-01-02Negotiation fixesDavid Schleef1-17/+2
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef4-70/+11
2004-01-01configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2-2/+12
2003-12-31Change gst_pad_proxy_link() to gst_pad_try_set_caps()David Schleef1-1/+1
2003-12-31Negotiation fixes.David Schleef2-68/+97
2003-12-27Fix warningsJeremy Simon1-1/+1
2003-12-22gst/qtdemux/qtdemux.c: qtdemux requires bytestreamBenjamin Otte1-0/+3
2003-12-22Merge CAPS branchDavid Schleef54-2338/+1859
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2-12/+86
2003-12-19Quickfix for wrong timestamps... No final solution yetRonald S. Bultje1-3/+8
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje4-19/+22
2003-12-13Fix compilation on BE, see #129224Ronald S. Bultje1-3/+9
2003-12-09make videofilter handle RGB correctlyBenjamin Otte1-21/+36
2003-12-07More riff stuff that I forgot to commit firstRonald S. Bultje2-434/+391
2003-12-07Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje15-1569/+3045
2003-12-04remove copyright field from pluginsAndy Wingo28-28/+0
2003-11-27Change everyone to video/x-msvideoDavid Schleef4-7/+7
2003-11-27Added audio/x-m4a to the sink capsIain Holmes1-0/+5
2003-11-24License is GST_LICENSE, make own debugging category and fix some debug statem...Benjamin Otte1-3/+9
2003-11-24add a rank to allow autopluggingBenjamin Otte1-1/+1
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte3-1/+10
2003-11-22so disable it during plugin registering tooRonald S. Bultje1-3/+1
2003-11-21Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje8-0/+3999
2003-11-19Fix segfault in #125471 by denying a state change to PLAYING when not inited....David Schleef2-43/+62
2003-11-16+ checking in plugin category changesLeif Johnson39-48/+48
2003-11-14Don't flush if we come across a cue tag.Iain Holmes1-37/+46
2003-11-11Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to sc...David Schleef2-6/+6
2003-11-10change video/x-jpeg to image/jpegDavid Schleef1-3/+5
2003-11-10navigation testerDavid Schleef3-2/+362
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2-2/+2
2003-11-09Since padtemplates are now owned by the class, we should use the class functi...Ronald S. Bultje1-3/+6
2003-11-08remove pesky g_print()sDavid Schleef1-21/+0
2003-11-08break up Id: in s/ patternDavid Schleef1-1/+2
2003-11-08Add tag to output .c fileDavid Schleef1-0/+1
2003-11-08recommmit to get the make_filter tag correctDavid Schleef2-2/+2
2003-11-08much cleanup hacking made possible by plugin changesDavid Schleef5-343/+202
2003-11-08Update the videofilter templateDavid Schleef1-84/+37
2003-11-07Do not demux only 2 trak atomsJeremy Simon1-4/+9
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje38-23/+64
2003-11-06add config.hDavid Schleef1-0/+3
2003-11-06make sure config.h is included firstDavid Schleef5-0/+15
2003-11-03Fixes for new plugin systemDavid Schleef1-19/+12
2003-11-02fix template, tooBenjamin Otte1-21/+27