summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-03-01xdgmime: Use g_ntoh[ls] instead of the non-GLib functions for Win32 ↵Sebastian Dröge1-3/+3
compatibility
2009-03-01xdgmime: Use G_BYTE_ORDER instead of relying on LITTLE_ENDIAN to be definedSebastian Dröge1-1/+4
2009-03-01ladspa: Don't compile unused code from load.cSebastian Dröge1-1/+1
2009-03-01realdec: use gst_plugin_add_dependency()Tim-Philipp Müller1-0/+5
2009-02-28acmenc: fix whitespaceMichael Smith1-545/+568
Convert to unix newlines, and reindent in some broken places.
2009-02-28mxf: Fix memory leakSebastian Dröge1-0/+1
gst_structure_id_set() will copy GstStructures instead of taking the ownership.
2009-02-28mxf: Store the metadata type ID inside the class structureSebastian Dröge5-148/+297
2009-02-28mpegtsdemux: Fix memory leaks when PUSI is missed due to packet lossvanista1-2/+5
Fixes bug #573288.
2009-02-28nsf: Don't write further than the limits of the table (size is 75, as ↵Edward Hervey1-2/+3
defined in the header) gcc 4.3.3 found this one, I'm impressed.
2009-02-28mxf: Don't use GLib 2.16 API unconditionally in the exampleSebastian Dröge1-0/+4
2009-02-27videoanalyse: Fix brightness calculation to not only use the first rowstrideAndrzej Polatyński1-1/+1
Fixes bug #573391.
2009-02-27mpeg4videoparse: Use correct values for checking VO startcode.Michael Smith1-2/+2
Fix compiler warning due to condition always being true - since we're only looking at the final byte of the startcode (not the leading 0x000001), only check for < 0x1f, not < 0x11f
2009-02-27xdgmime: Use empty caps for registering the typefinders with old core versionsSebastian Dröge1-2/+17
core before 0.10.22.1 produced assertions when storing typefind factories with NULL caps in the registry.
2009-02-27mpeg4videoparse: handle more formatsWim Taymans2-103/+161
We only need a Video Object Start code before we can start pushing out data. Search for this code also instead of only looking for VOS and VOP. Fixes #572551.
2009-02-27Merge branch 'work'Jan Schmidt9-13/+94
2009-02-27docs: Ignore some more generated filesJan Schmidt1-1/+2
2009-02-27celtdec: Move define into the C file so it doesn't show up in the docsJan Schmidt2-2/+2
2009-02-27docs: Enroll dirac plugin into the docsJan Schmidt2-0/+35
2009-02-27dtsdec: Add some basic docs to the pluginJan Schmidt4-3/+38
2009-02-27apexsink: Use a union to avoid type-punning strict aliasing compiler warning.Jan Schmidt1-7/+17
2009-02-27camerabin: rework signaling and testsStefan Kost4-7/+10
Revert the GString change. There are no marshallers for it. A better change is now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370. Test should work again.
2009-02-27baseparse: revert last change and properly fixStefan Kost3-12/+18
Baseparse internaly breaks the semantics of a _chain function by calling it with buffer==NULL. The reson I belived it was okay to remove it was that there is also an unchecked access to buffer later in _chain. Actually that code is wrong, as it most probably wants to set discont on the outgoing buffer.
2009-02-27qtwrapper: Only use _dump_mem() if requested.Edward Hervey1-0/+2
2009-02-26Add v210 formatDavid Schleef1-1/+8
2009-02-26Fix incorrect "pixel_aspect_ratio" in capsDavid Schleef1-3/+3
Should be "pixel-aspect-ratio".
2009-02-26mxf: Add example application to output the structural metadata tree into a ↵Sebastian Dröge4-0/+251
GtkTreeView
2009-02-26gstrtpbin: Don't forward revc events to senderOlivier Crête1-4/+0
Don't send events from the receiver to the sender side. Fixes #572900.
2009-02-26baseparse: remove checks for buffer==NULLStefan Kost3-27/+15
Accordifn to docs for GstPadChainFunction buffer cannot be NULL. If we would leave the check, we would also need more such check below.
2009-02-25build: Update shave init statement for changes in common. Bump common.Jan Schmidt2-1/+1
2009-02-25tests: add a timeout of 5 slightly above the defaultStefan Kost1-0/+1
2009-02-25camerabin: increase timeout and lower video recording lengthStefan Kost1-11/+23
The video was recorded for too long for the test timeouts. Also the verification suite did not had custom timouts at all. Also split the verification for images and video to get better reporting.
2009-02-25Automatic update of common submoduleJan Schmidt1-0/+0
From 9cf8c9b to a6ce5c6
2009-02-25tests: blacklist dccp plugins.Stefan Kost1-1/+1
Unless one runs a very recent kernel, they can easily lockup the whole system.
2009-02-25docs: various doc fixesStefan Kost11-154/+148
No short-desc as we have them in the element details. Also keep things (Makefile.am and sections.txt) sorted. Reword ambigous returns. No text after since please.
2009-02-25mpegdemux: don't ignore GstFlowReturn valuesWim Taymans1-0/+6
don't ignore the return value of pull_range because we only get a valid non-NULL buffer when the return value is GST_FLOW_OK. Avoids a crash when the pipeline is shutting down.
2009-02-25camerabin: update signal marshaller and docsStefan Kost2-16/+10
Use GString instead of GPointer for the marshaller as this is what the callback uses. Slightly reformat docs.
2009-02-25docs: update docs to add camerabin and its figureStefan Kost87-371/+6609
2009-02-25camerabin: get rid of // comment and explainStefan Kost1-2/+4
2009-02-25camerabin: update check unit testStefan Kost1-37/+72
Use playbin2 for validation. Use tmp_dir for capturing. Wait with g_cond for burst capture finish. Cleanup some g_object_set. Add some logging to ease tracing.
2009-02-25camerabin: unblock correct pad in reset, support fakesink as view finderLasse Laukkanen1-4/+4
2009-02-24Remove tests/examples/app as it was moved to -base a long time agoSebastian Dröge8-1239/+0
2009-02-24Move examples directory to tests/examples as in every other GStreamer moduleSebastian Dröge43-16/+18
2009-02-24dtsdec: Use new DCA functions/constants as not all distros package the ↵Sebastian Dröge3-36/+74
compat dts.h For backward compatibility we define the DCA functions/constants to the old DTS functions/constants if we're building against libdts.
2009-02-24xdgmime: Add new typefinder based on xdgmimeSebastian Dröge19-0/+4484
This typefinder is mostly useful to filter out any false positives by the other typefinders like the usual Word document misdetected as MP3 file.
2009-02-24dts: Prefer libdca over libdts as it's the successorSebastian Dröge1-4/+4
2009-02-23qtwrapper: Fix build on macosxEdward Hervey1-3/+3
2009-02-23liveadder: Fix build on macosxEdward Hervey1-1/+2
2009-02-23camerabin: Add aspect ratio capsfilter for view finderLasse Laukkanen2-11/+120
If dealing with larger frame sizes than view finder sink element accepts then maintain aspect ratio when scaling frames to fit.
2009-02-23camerabin: Scale incoming frames if their size does not match requested sizeLasse Laukkanen1-20/+71
If capture preparation in videosrc results in frame size different from requested size, then we need to scale them.
2009-02-23photo iface: Add caps object to preparation API for requested and actual ↵Lasse Laukkanen2-9/+19
capture format Allow requesting of certain format with prepare_for_capture() and return the actual format in GstPhotoCapturePrepared callback.