summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-03-22metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost1-4/+1
Don't error out when to be muxed jpeg has no jfif, as we can easily add it.
2009-03-22metadata: fix include guardsStefan Kost3-9/+9
2009-03-22metadata: rework doc commentStefan Kost1-8/+7
2009-03-22Makefile.am: no static libs for pluginsStefan Kost10-2/+13
2009-03-21Release 0.10.11Jan Schmidt93-24044/+29565
2009-03-20Update .po filesJan Schmidt31-580/+4923
2009-03-20dshowdec: Add par_n and par_d to the object structure to fix compilationJan Schmidt1-0/+1
2009-03-180.10.6.5 pre-releaseJan Schmidt2-2/+2
2009-03-18mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2-32/+42
2009-03-180.10.10.4 pre-releaseJan Schmidt1-1/+1
2009-03-16mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2-13/+27
Fixes #575565
2009-03-130.10.10.3 pre-releaseJan Schmidt2-2/+2
2009-03-13po: Update po files from upstreamJan Schmidt3-54/+377
2009-03-13po: Add Turkish translationJan Schmidt2-1/+381
2009-03-13xdgmime: make xdg typefinder more conservativeTim-Philipp Müller1-3/+19
The whole raison d'etre of this typefinder is to help avoid false positives when used in combination with our main typefinder in -base. Its task is not really to typefind audio/video files, even less so given that it detects *MIME* types, not GStreamer media types. Therefore, if this typefinder detects an audio or video type, don't even suggest it - our own typefinders are hopefully better at this and detect the right type of type on top of that, and even if they're not we really want to know about it and fix it. Fixes #575157.
2009-03-13rtpbin: don't return FALSE on seek eventsWim Taymans1-0/+1
Silently ignore the seek event instead of returning FALSE.
2009-03-13mpegpsdemux: workaround to fix playback of certain malformed clipsJosep Torra1-2/+29
Added a workarround to permit play certain malformed clips where first SCR is greater than last SCR. Fixes bug #454228
2009-03-12check: Disabling metadata unit test until #574401 is fixed.Edward Hervey1-4/+5
2009-03-12add some more plugins the spec fileChristian Schaller1-0/+6
2009-03-11Update spec file with new pluginsChristian Schaller1-0/+2
2009-03-10dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller1-0/+1
2009-03-10mpegdemux: Fixed a bug in the TS scanner. Fixes #574009Josep Torra1-1/+1
2009-03-100.10.10.2 pre-releaseJan Schmidt30-5509/+649
2009-03-10Moved twolame from Bad to UglyJan Schmidt10-1220/+0
2009-03-09Automatic update of common submoduleJan Schmidt1-0/+0
From 7032163 to f8b3d91
2009-03-08Automatic update of common submoduleSebastian Dröge1-0/+0
From ffa738d to 7032163
2009-03-08Automatic update of common submoduleSebastian Dröge1-0/+0
From 3f13e4e to ffa738d
2009-03-07Automatic update of common submoduleSebastian Dröge1-0/+0
From 3c7456b to 3f13e4e
2009-03-07Automatic update of common submoduleSebastian Dröge1-0/+0
From 57c83f2 to 3c7456b
2009-03-07camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt2-10/+35
The camerabin tests were throwing glib errors and hanging when gst-plugins-good elements (jpegenc, videocrop) can't found.
2009-03-07misc: Ignore the camerabin binary in the check/elements subdirJan Schmidt1-0/+1
2009-03-07camerabin: Partly fix distcheckJan Schmidt1-8/+1
Don't dist the generated marshal.h header by putting it in the headers list.
2009-03-07metadata: change 'q' back to 'jpegenc' (my keyboard hates me)Stefan Kost1-1/+1
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost5-13/+45
First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code.
2009-03-06legacyresample: Fix memory leak in the unit test by unreffing the capsSebastian Dröge1-0/+1
2009-03-06mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2-25/+86
2009-03-06mxf: Don't even try to serialize DM frameworks as it will cause an assertion ↵Sebastian Dröge1-6/+6
until this is finished
2009-03-06faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey1-0/+15
Since faad2-2.7, the public function prototypes are in sync with the actual function prototypes used internally in libfaad.
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans1-1/+4
--
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost2-9/+1
2009-03-05ladspa: add initial liblrdf support.Stefan Kost3-11/+169
Get classification from rdf metadata.
2009-03-05mplex: fix required versionStefan Kost1-1/+1
With this version it builds on opensuse 11.1.
2009-03-05mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge1-3/+5
Currently serializing of DM Frameworks is not supported yet by DMS1 and will give us NULL.
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller3-2/+7
Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
2009-03-04configure: detect faad's minor version and define FAAD2_MINOR_VERSION in ↵Tim-Philipp Müller1-3/+26
config.h
2009-03-04valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller3-9/+9
If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
2009-03-04gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey1-2/+2
Basically, at this point, the ffmpeg equivalent decoders perform way better, so we'll make the ffmpeg equivalents PRIMARY and these MARGINAL.
2009-03-04dvbsrc: make some docs up to dateZaheer Merali1-7/+6
2009-03-04mpegtsdemux: reset sync_lut_len to 0 on READY to NULLJosep Torra1-0/+1
2009-03-04Merge branch 'master' of ↵Christian Schaller1-0/+1
ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad