summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12asfmux: use g_error_free instead of g_freeStefan Kost1-1/+1
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-6/+11
2010-07-06asfmux: only use g_warning() when setting the old is-live property, not when ...Tim-Philipp Müller1-1/+2
2010-06-24asfmux: Warn if preroll value is too bigThiago Santos1-0/+9
2010-06-08asfmux: Deprecate 'is-live' and add 'streamable' propertyThiago Santos1-15/+28
2010-06-08asfmux: don't set the 'seekable' flag if we are streamingAndoni Morales Alastruey1-2/+5
2010-06-08asfmux: write preroll info in the header at initializationAndoni Morales Alastruey1-1/+1
2010-06-08asfmux: put headers in streamheader for streamingAndoni Morales Alastruey1-0/+33
2010-03-23Fixes for -Waggregate-returnBenjamin Otte1-1/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-13asfmux: fix typo in property descriptionTim-Philipp Müller1-2/+2
2010-01-25asfmux: Compatibility with WMSP in WMPHåkon Skjelten1-10/+63
2010-01-20[cleanup] Various style and cleanupsBenjamin Otte1-3/+3
2009-11-18asfmux: improving debug messagesThiago Santos1-16/+29
2009-11-18asfmux: Raise rank to PRIMARYEdward Hervey1-1/+1
2009-11-17asfmux: handle streams with different start timesThiago Sousa Santos1-1/+23
2009-10-27asfmux: fix tag writing bugThiago Santos1-3/+4
2009-08-12asfmux: Do not mess up GstCollectData listThiago Santos1-2/+4
2009-07-30asfmux: Set video stream seekable property to trueThiago Santos1-1/+7
2009-07-30asfmux: Removing useless TODOsThiago Santos1-2/+1
2009-07-30asfmux: Fixes video stream properties objectThiago Santos1-4/+4
2009-07-30asfmux: accept pad requests a little longerThiago Santos1-3/+2
2009-07-30asfmux: adds support to vc-1 streamsThiago Santos1-12/+18
2009-07-28asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos1-5/+16
2009-07-24asfmux: Adds new plugin asfmuxThiago Santos1-0/+2259