summaryrefslogtreecommitdiff
path: root/tests/examples
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts1-1/+3
2012-09-14ffmpegcolorspace is no moreWim Taymans3-5/+5
2012-09-10UVC H264 pluginYouness Alaoui8-2/+1479
2012-08-21examples: GST_TAG_DATE -> GST_TAG_DATE_TIMETim-Philipp Müller1-6/+4
In camerabin2 example.
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-1/+1
2012-07-28examples: camerabin: remove assertion on null propertyThiago Santos1-1/+4
Check if the flags are not null before trying to set them to camerabin to avoid an assertion
2012-06-20update for bus api changesWim Taymans2-2/+2
2012-05-01camerabin: example: Update prepare-window-handle messageThiago Santos1-1/+1
Message name changed from prepare-xwindow-id to prepare-window-handle
2012-05-01camerabin: examples: Renaming camerabin2 to camerabinThiago Santos2-14/+14
2012-04-30Remove old camerabinTim-Philipp Müller9-4246/+2
2012-04-13Update for the removal of the interfaces library and the tuner/mixer interfacesSebastian Dröge3-5/+1
2012-04-04gst: Update versioningSebastian Dröge4-18/+18
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-0/+4
Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
2012-02-28Add missing GLIB_DISABLE_DEPRECATION_WARNINGSGuillaume Desmottes2-0/+8
Suppress warnings about deprecated threading and GValueArray API, so git compiles with -Werror. https://bugzilla.gnome.org/show_bug.cgi?id=670982
2012-02-10Merge branch 'master' into 0.11Wim Taymans2-2/+3
Conflicts: ext/chromaprint/gstchromaprint.c ext/mpeg2enc/Makefile.am ext/voaacenc/gstvoaacenc.c gst/dvbsuboverlay/gstdvbsuboverlay.c gst/mpegtsdemux/mpegtsbase.c gst/sdp/gstsdpdemux.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c tests/examples/camerabin/gst-camera-perf.c tests/examples/camerabin/gst-camerabin-test.c tests/examples/camerabin2/gst-camerabin2-test.c tests/examples/mxf/mxfdemux-structure.c tests/examples/scaletempo/demo-main.c
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-2/+2
_BAD_CFLAGS should always come first, then GST_PLUGINS_BASE_CFLAGS, then GST_BASE_CFLAGS then GST_CFLAGS. Same for libs: first plugins base libs, then GST_BASE_LIB then GST_LIBS.
2012-02-01build: ignore GValueArray deprecation warnings for the time beingTim-Philipp Müller2-0/+6
until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h7-1/+12
2012-01-25port some more to new memory APIMark Nauwelaerts4-20/+19
Fixes #668677.
2012-01-19port to new gthread APIWim Taymans6-16/+1
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-2/+11
Conflicts: gst/mpegtsdemux/tsdemux.c gst/videoparsers/gsth264parse.c tests/check/elements/camerabin2.c
2012-01-05examples: link against video libraryWim Taymans1-0/+1
2012-01-05tests: test for GTK 2.24 for new symbols used in camerabin2 testsVincent Penquerc'h1-2/+11
The whole tree is likely to switch to GTK 3.0 at some point, but we might as well continue building with slightly less new versions if it's not hard to do.
2012-01-02examples: Fix buildEdward Hervey1-2/+1
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey4-11/+196
Conflicts: tests/examples/camerabin2/Makefile.am
2011-12-29examples: camerabin2: add some error handling for format changingThiago Santos1-5/+18
Check that the format could be initialized and shows a modal dialog in case it couldn't.
2011-12-29examples: camerabin2: add format selection for camerabin2 exampleThiago Santos4-9/+182
Adds a combobox for selecting the video profile for recordings. Useful for testing multiple formats a/v sync when recording.
2011-12-21tests: avoid useless includeWim Taymans1-1/+0
2011-11-29fix for moved interfacesWim Taymans6-5/+8
2011-11-08update for probe api changesWim Taymans3-18/+14
2011-11-04examples : Port to 0.11Edward Hervey5-64/+62
2011-11-01Update for pad API changesTim-Philipp Müller1-5/+5
GstProbeType, GstProbeReturn and GstActivateMode -> GstPad*
2011-10-08Merge branch 'master' into 0.11Wim Taymans3-1/+7
2011-10-06examples: Fixes for compiling with GTK+ 3.0Arun Raghavan3-1/+7
camerabing example had a missing ')' and the fix to build against GTK+3 that was introduced in commit 516c977c76ba4cd86a7147aab7416a33d76f870f is also applied to the camerabin2 example. The scaletempo demo was using API which has been removed, so that's wrapped in a version check.
2011-10-04tests: portWim Taymans1-2/+2
2011-10-04tests: fix some testsWim Taymans3-39/+30
2011-08-23camerabin2: Remove from experimentalThiago Santos1-6/+0
Remove camerabin2 from experimental, allowing it to be built without needing to pass --enable-experimental on configure.
2011-08-04examples: Add missing header fileEdward Hervey1-2/+6
2011-08-03gst-camerabin2-test: Add audio capture caps optionRobert Swain1-0/+12
2011-08-02Fix some more variable-set-but-not-used compiler warningsTim-Philipp Müller2-2/+4
2011-08-02camerabin2: examples: Fix camerabin2 G_OBJECT castRobert Jobbagy1-1/+1
Adds missing cast to fix build error.
2011-08-02camerabin2: Add flags prop to toggle encodebin conversion elementsRobert Swain1-0/+5
A flags property has been added to encodebin to toggle whether the conversion elements (ffmpegcolorspace, videoscale, audioconvert, audioresample, audiorate) are created and linked into the appropriate branches of encodebin. Not including these elements avoids some slow caps negotiation and allows the first buffers to flow through encodebin much more quickly. However, it imposes that the uncompressed input is appropriate for the target profile and elements selected to meet that profile.
2011-07-28gstmotioncells_dynamic_test: test tool what can to do dynamic change propertiesRobert Jobbagy6-2/+913
2011-07-12examples/camerabin: Fix set-but-unused warningsOlivier Crête1-5/+1
2011-06-23examples: camerabin2: Adds performance measurement to gst-camerabin2-testThiago Santos1-15/+413
Adds performance (timing) measure feature to gst-camerabin2-test, it allows users to specify some target values for commonly measured times and the application will print out a table of values at the end of its execution with the measured times and averages of them.
2011-06-02camerabin2: Use full names in propertiesThiago Santos1-9/+11
Improve API by using source instead of src in properties
2011-05-31examples: camerabin: Add --image-formatter command-line optionLasse Laukkanen1-0/+6
Add command-line option to gst-camerabin-test for configuring camerabin metadata formatter element.
2011-05-20mxf-example: fix the { } scopeStefan Kost1-1/+1
2011-05-19camerabin2: examples: Add video-device argumentThiago Santos1-3/+13
Adds an argument to select which video device should be used on the video source element in camerabin2
2011-05-19camerabin2: examples: Fix typo from previous commitThiago Santos1-2/+1
The property is audio-src and not audio-source