summaryrefslogtreecommitdiff
path: root/tests/examples
Commit message (Collapse)AuthorAgeFilesLines
* gst-camerabin2-test: Fix premature shutdownRobert Swain2011-03-231-5/+21
| | | | | | We must wait for camerabin2's stop-capture procedures to finish before quitting the main loop or firing off the next capture. If we get stuck waiting for camerabin2 to become idle, this is a bug that needs fixing.
* basecamerasrc: wrappercamerabinsrc: camerabin2: Expose/add floating pointRobert Swain2011-03-111-2/+0
| | | | zoom property
* examples: fix LDADD/LIBS path order for camerabin2 exampleTim-Philipp Müller2011-03-111-2/+2
|
* examples: camerabin2: add option for setting the wrapper camera sourceTeemu Katajisto2011-03-101-6/+14
|
* examples: camerabin2: add encoding profile loadingTeemu Katajisto2011-03-102-2/+65
|
* camerabin2: examples: Allow free image dimensionsThiago Santos2011-03-101-31/+36
| | | | | Changes the default width/height of captures so that it will be autopicked by camerabin2 instead of hardcoding an option
* camerabin2: examples: Backport fix from camerabin exampleThiago Santos2011-03-101-4/+4
| | | | | We should only check if the xwindow should be created if we already parsed the arguments of the program
* camerabin2: examples: Add gst-camerabin2-testThiago Santos2011-03-103-1/+772
| | | | | | | | | Adds gst-camerabin2-test example application, similar to gst-camerabin-test for camerabin. It is useful for taking pictures and recording videos using camerabin2 and providing arguments for most of camerabin2 properties
* indexing-example: use proper signal namesStefan Kost2011-02-181-3/+3
|
* examples: camerabin: fix --no-xwindow option handling in gst-camerabin-testTeemu Katajisto2011-02-081-4/+4
| | | | | | | | --no-window flag is false by default and selection based on the option whether to create XWindow is done before options are parsed. Therefore XWindow is never created. https://bugzilla.gnome.org/show_bug.cgi?id=641712
* camerabin-tests: fix lookup of UI filesStefan Kost2011-02-074-13/+7
| | | | | These are uninstalled examples. Pass $srcdir to cpp to build the correct location for the UI file.
* examples: camerabin: add timing printing for preview imageThiago Santos2011-01-241-3/+9
| | | | | Measure and print the time taken to generate preview image. And fix a typo
* examples: camerabin: Don't set default values for GstPhotography interface ↵Lasse Laukkanen2011-01-241-25/+46
| | | | | | | | | | | | | | | settings Don't set any default values for source element GstPhotography interface settings, source elements should have sane defaults themselves. Also, setting scene-mode is tricky as it is a superset of other GstPhotography settings. This might cause problem with defaults e.g. setting scene-mode to 'night' may configure flash-mode as 'on' by definition, and after that we don't want to override this flash-mode setting with gst-camerabin-test default value. Moreover, user needs have an option to set scene mode first and then force some individual setting to a different value from the scene-mode definition. https://bugzilla.gnome.org/show_bug.cgi?id=639841
* camerabin2: use g_error_free instead of g_freeStefan Kost2011-01-121-1/+1
|
* examples: dist camerabin2 example as wellTim-Philipp Müller2011-01-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=638604
* jack: move plugin to gst-plugins-goodTim-Philipp Müller2011-01-023-92/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=621929
* selector: move input-selector and output-selector to coreTim-Philipp Müller2010-12-314-172/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=614306
* camerabin2: example: gitignore captured filesThiago Santos2010-12-291-0/+2
|
* examples: fix gtk3 code path in camerabin example appTim-Philipp Müller2010-12-261-8/+2
| | | | | | | | Just add rows via the combobox's model, which should work with both gtk2 and gtk3, instead of using the gtk_combo_box_append_text() convenience API (which was renamed to gtk_combo_box_text_append_text()). Fixes compilation against gtk3 (there was a typo in the list store variable name, spotted by Markus Vartiainen).
* camerabin: fix for latest GTK+ API changesSaleem Abdulrasool2010-12-201-0/+14
|
* camerabin2: Only run tests if experimental is enabledThiago Santos2010-12-081-1/+7
| | | | | Only run camerabin2 tests and build examples if experimental plugins are enabled
* examples: camerabin2: Print more infoThiago Santos2010-12-081-2/+9
| | | | Add some printing for error/eos cases.
* examples: Adds camerabin2 exampleThiago Santos2010-12-086-2/+373
| | | | Adds gtk camerabin2 example app
* examples: camerabin: Remove gstring leakLasse Laukkanen2010-11-081-11/+9
| | | | | | Simplify gst-camerabin-test by removing GString and replacing with gchar for the filename handling. Also removes a leak of the GString data.
* examples: add async bus handler to gst-camerabin-testLasse Laukkanen2010-11-081-34/+51
| | | | | | Splits the bus handler into sync and async, keeping the prepare-xwindow handling at the sync for faster handling and moving the others to the async handler
* examples: camerabin: add support for setting many post-processing elementsTeemu Katajisto2010-11-021-2/+53
| | | | | | Instead of taking a single element as input for the image post processing option, take a list of comma separated elements that will be used.
* examples: Fix compilation with GTK+ 3.0Sebastian Dröge2010-10-121-2/+5
|
* camerabin: example: make gst-camera use flagsThiago Santos2010-09-221-0/+1
| | | | | | | Enable all convertion flags in gst-camera example app for safety. Fixes #603063
* camerabin: examples: do not use deprecated GstXOverlay functionsThiago Santos2010-09-212-2/+2
| | | | | | | Replace the deprecated gst_x_overlay_set_xwindow_id with gst_x_overlay_set_window_handle Fixes #630255
* camerabin: update tag names in test application to latest gst definitionsLasse Laukkanen2010-09-201-2/+2
|
* camerabin: Change zoom property from int to floatThiago Santos2010-09-201-1/+1
| | | | | Updates zoom property for a more natural type and makes it consistent with the photography API
* examples: camerabin: use photoiface properties through video-sourceTeemu Katajisto2010-09-203-28/+42
| | | | Fixes #616923
* examples: camerabin: add --no-xwindow option and fix option handlingTeemu Katajisto2010-09-201-29/+36
| | | | | Add --no-xwindow option to not to create xwindow. Also fix zoom and mute option types and filename string handling.
* tests: fix distcheck by disting new jack example directoryTim-Philipp Müller2010-09-071-1/+1
| | | | Also add test binary to ignores.
* examples: add test to demonstrate jack_client_t usageTristan Matthews2010-09-073-1/+91
|
* camerabin: Don't install gst-camera.uiSebastian Dröge2010-08-301-2/+1
| | | | | | | The examples are not meant to be installed and the executables of them are not installed anyway. Fixes bug #627918.
* tests: Fix build with GTK+ < 2.17.7Sebastian Dröge2010-06-271-0/+8
| | | | gtk_widget_get_allocation() was added in that version.
* configure: Require GTK+ >= 2.14 for the exampleSebastian Dröge2010-06-271-4/+0
|
* tests: Don't use deprecated GTK API to fix the build with GTK+ 3.0Sebastian Dröge2010-06-271-5/+7
|
* configure: Require GLib 2.20Sebastian Dröge2010-06-141-4/+0
|
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+1
| | | | | | | | | Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base.
* examples: Don't install camerabin examplesBenjamin Otte2010-05-151-1/+1
|
* scaletempo: Don't use deprecated GTK symbols in the demoSebastian Dröge2010-05-111-0/+14
|
* mpegtsmux: Move multi-program muxing example at least to the correct directorySebastian Dröge2010-05-071-0/+199
| | | | But it doesn't work out of the box because of hardcoded paths.
* Add new camerabin test binary to .gitignoreTim-Philipp Müller2010-05-011-0/+1
|
* examples: camerabin: add viewfinder-filter and filter caps propertiesLasse Laukkanen2010-04-131-12/+21
| | | | | Adds support for setting filter-caps and viewfinder-filter properties in the gst-camerabin-test application
* camerabin: add gst-camerabin-test command line test toolTeemu Katajisto2010-04-132-1/+741
| | | | | gst-camerabin-test tool can be used to capture still images and video clips using camerabin element.
* Add -Wold-style-definitionBenjamin Otte2010-03-222-11/+11
| | | | and fix the warnings
* Add -Wwrite-stringsBenjamin Otte2010-03-224-17/+17
| | | | and fix its warnings
* examples: Fix warningsBenjamin Otte2010-03-211-2/+2
|