summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-02-23build: Add soundtouch's -lBPM to _LIBS, not _CFLAGSJan Schmidt1-1/+1
2009-02-22dccp: Fix "non-void without return value" compilation issue.Edward Hervey1-0/+2
2009-02-22Detect libsoundtouch 1.4 and higher.Jan Schmidt3-5/+18
In libsoundtouch 1.4, libBPM appears to have been subsumed into libSoundTouch, and into the soundtouch namespace.
2009-02-22Use shave for the build outputJan Schmidt2-3/+6
2009-02-22camerabin: Fix compilation on Windows with Visual StudioAndoni Morales3-4/+9
Windows doesn't have strcasecmp so we should use g_ascii_strcasecmp here instead. Also Windows doesn't have sys/time.h so we first need to check if it actually exists and if not we should not include it. Fixes bug #572315.
2009-02-22Automatic update of common submoduleJan Schmidt1-0/+0
From 5d7c9cc to 9cf8c9b
2009-02-22dfbvideosink: Don't use void * pointer arithmeticSebastian Dröge1-4/+4
2009-02-22xvid: Fix compilation warningEdward Hervey1-2/+2
2009-02-21Automatic update of common submoduleDavid Schleef1-0/+0
From 80c627d to 5d7c9cc
2009-02-21Moved rtpmux from gst-p-farsight to -badOlivier Crête9-19/+109
2009-02-21Re-indent to Gst styleOlivier Crête8-92/+78
2009-02-21[MOVED FROM GST-P-FARSIGHT] Document rtp muxer a bitOlivier Crête1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add signals before stream lock and after unlockingLaurent Glayal2-0/+29
2009-02-21[MOVED FROM GST-P-FARSIGHT] Let ssrc through getcapsOlivier Crête1-4/+5
2009-02-21[MOVED FROM GST-P-FARSIGHT] Rename have_base to have_ts_baseOlivier Crête1-3/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmuxOlivier Crête2-1/+9
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove unused sink_ts_baseOlivier Crête1-1/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Have getcaps to force the same clockrate on all padsOlivier Crête1-0/+102
2009-02-21[MOVED FROM GST-P-FARSIGHT] Validate RTP data in RTP MuxOlivier Crête1-0/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove unused clock-rate propertyOlivier Crête2-38/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmuxOlivier Crête1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Missing format parameterLaurent Glayal1-1/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Update seqnum base in rtp muxerHåvard Graff1-0/+4
With help from Wim
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix some more leaksHåvard Graff2-2/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix leakHåvard Graff1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Don't unref caps we don't know (thanks Wim)Olivier Crête1-1/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put per-buffer debug at level LOGOlivier Crête1-5/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make debug print accurateOlivier Crête1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Set our caps on the buffersOlivier Crête1-0/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Take the clock-base stored from the last setcapsOlivier Crête1-31/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Store the clock-base on setcapsOlivier Crête1-0/+5
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add padprivate to the request padsOlivier Crête1-0/+22