Thiago Santos
6403e6e00f
camerabin2: examples: Add audio-source parameter to gst-camerabin2-test
...
Adds an option to select the audio source to be used on video
recordings on camerabin2 test application
2011-05-19 14:32:02 -03:00
Thiago Santos
0bbbbd22d1
examples: camerabin2: Fix GOptionEntry array
...
Use no flags instead of passing G_OPTION_ARG_OPTIONAL to options that
must have an argument
2011-05-16 18:08:40 -03:00
Thiago Santos
7ee207b359
camerabin2: examples: build fixes
...
Add some missing dependencies
2011-05-16 18:08:40 -03:00
Lasse Laukkanen
dfe815e048
examples: camerabin2: Add more arguments
...
Add command-line options for setting image-capture, viewfinder
and video-capture caps as strings.
The width and height properties are now used only if these new caps
properties aren't set.
2011-05-16 18:08:39 -03:00
Thiago Santos
aa4df686eb
examples: camerabin2: Fix compile problem with debug disabled
2011-05-16 18:08:39 -03:00
Robert Swain
11c7d60dbb
gst-camerabin2-test: Allow gst-launch pipelines for sinks
...
Use gst_parse_launch () to parse the sink strings to allow specification
of properties to sinks and of more advanced sink graphs.
2011-05-16 18:08:38 -03:00
Robert Swain
4b18a73332
gst-camerabin2-test: Fix premature shutdown
...
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.
2011-03-23 16:50:12 -03:00
Robert Swain
5fd15521e2
basecamerasrc: wrappercamerabinsrc: camerabin2: Expose/add floating point
...
zoom property
2011-03-11 18:26:43 -03:00
Tim-Philipp Müller
58ca26b0a4
examples: fix LDADD/LIBS path order for camerabin2 example
2011-03-11 10:40:40 +00:00
Teemu Katajisto
0633901dd5
examples: camerabin2: add option for setting the wrapper camera source
2011-03-10 08:42:01 -03:00
Teemu Katajisto
2b9b085460
examples: camerabin2: add encoding profile loading
2011-03-10 08:42:01 -03:00
Thiago Santos
ce45c15200
camerabin2: examples: Allow free image dimensions
...
Changes the default width/height of captures so that it will
be autopicked by camerabin2 instead of hardcoding an option
2011-03-10 08:42:00 -03:00
Thiago Santos
7847f6497b
camerabin2: examples: Backport fix from camerabin example
...
We should only check if the xwindow should be created if we already
parsed the arguments of the program
2011-03-10 08:42:00 -03:00
Thiago Santos
9473c390e8
camerabin2: examples: Add gst-camerabin2-test
...
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
2011-03-10 08:42:00 -03:00
Stefan Kost
99d23b3905
indexing-example: use proper signal names
2011-02-18 15:00:05 +02:00
Teemu Katajisto
ab2b9079f0
examples: camerabin: fix --no-xwindow option handling in gst-camerabin-test
...
--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
2011-02-08 09:09:29 -03:00
Stefan Kost
4915493932
camerabin-tests: fix lookup of UI files
...
These are uninstalled examples. Pass $srcdir to cpp to build the correct
location for the UI file.
2011-02-07 11:28:23 +02:00
Thiago Santos
97789fa5bc
examples: camerabin: add timing printing for preview image
...
Measure and print the time taken to generate preview image. And
fix a typo
2011-01-24 18:37:12 -03:00
Lasse Laukkanen
10830c9544
examples: camerabin: Don't set default values for GstPhotography interface 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
2011-01-24 18:05:20 -03:00
Stefan Kost
d63365fc5b
camerabin2: use g_error_free instead of g_free
2011-01-12 16:56:28 +02:00
Tim-Philipp Müller
3bb1d2937f
examples: dist camerabin2 example as well
...
https://bugzilla.gnome.org/show_bug.cgi?id=638604
2011-01-03 23:56:26 +00:00
Tim-Philipp Müller
a197901b82
jack: move plugin to gst-plugins-good
...
https://bugzilla.gnome.org/show_bug.cgi?id=621929
2011-01-02 15:11:52 +00:00
Tim-Philipp Müller
c6c3d9781b
selector: move input-selector and output-selector to core
...
https://bugzilla.gnome.org/show_bug.cgi?id=614306
2010-12-31 01:41:36 +00:00
Thiago Santos
87c5c7a08b
camerabin2: example: gitignore captured files
2010-12-29 13:24:06 -03:00
Tim-Philipp Müller
f90b8bdfa0
examples: fix gtk3 code path in camerabin example app
...
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).
2010-12-26 17:12:01 +00:00
Saleem Abdulrasool
516c977c76
camerabin: fix for latest GTK+ API changes
2010-12-20 21:36:40 +02:00
Thiago Santos
f62e658c10
camerabin2: Only run tests if experimental is enabled
...
Only run camerabin2 tests and build examples if experimental
plugins are enabled
2010-12-08 15:38:30 -03:00
Thiago Santos
397f7fcceb
examples: camerabin2: Print more info
...
Add some printing for error/eos cases.
2010-12-08 15:38:29 -03:00
Thiago Santos
8fb8822532
examples: Adds camerabin2 example
...
Adds gtk camerabin2 example app
2010-12-08 15:38:27 -03:00
Lasse Laukkanen
6867ec5627
examples: camerabin: Remove gstring leak
...
Simplify gst-camerabin-test by removing GString and replacing
with gchar for the filename handling. Also removes a leak of
the GString data.
2010-11-08 11:07:17 -03:00
Lasse Laukkanen
fe22a3ab5a
examples: add async bus handler to gst-camerabin-test
...
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
2010-11-08 08:56:15 -03:00
Teemu Katajisto
4503a85d54
examples: camerabin: add support for setting many post-processing elements
...
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.
2010-11-02 09:16:44 -03:00
Sebastian Dröge
18f38a747a
examples: Fix compilation with GTK+ 3.0
2010-10-12 12:11:37 +02:00
Thiago Santos
55ad3f8816
camerabin: example: make gst-camera use flags
...
Enable all convertion flags in gst-camera example app
for safety.
Fixes #603063
2010-09-22 23:54:46 -03:00
Thiago Santos
657e80b108
camerabin: examples: do not use deprecated GstXOverlay functions
...
Replace the deprecated gst_x_overlay_set_xwindow_id with
gst_x_overlay_set_window_handle
Fixes #630255
2010-09-21 10:59:42 -03:00
Lasse Laukkanen
5c92dc23cc
camerabin: update tag names in test application to latest gst definitions
2010-09-20 18:26:49 -03:00
Thiago Santos
19981f2787
camerabin: Change zoom property from int to float
...
Updates zoom property for a more natural type and
makes it consistent with the photography API
2010-09-20 18:26:48 -03:00
Teemu Katajisto
9bace27300
examples: camerabin: use photoiface properties through video-source
...
Fixes #616923
2010-09-20 18:26:48 -03:00
Teemu Katajisto
638f681f83
examples: camerabin: add --no-xwindow option and fix option handling
...
Add --no-xwindow option to not to create xwindow. Also fix zoom and
mute option types and filename string handling.
2010-09-20 18:26:47 -03:00
Tim-Philipp Müller
cc705ed7dc
tests: fix distcheck by disting new jack example directory
...
Also add test binary to ignores.
2010-09-07 00:20:56 +01:00
Tristan Matthews
62634b48ed
examples: add test to demonstrate jack_client_t usage
2010-09-07 00:33:49 +03:00
Sebastian Dröge
940d253b78
camerabin: Don't install gst-camera.ui
...
The examples are not meant to be installed and the executables of
them are not installed anyway.
Fixes bug #627918 .
2010-08-30 15:20:08 +02:00
Sebastian Dröge
a189cef9c8
tests: Fix build with GTK+ < 2.17.7
...
gtk_widget_get_allocation() was added in that version.
2010-06-27 10:41:16 +02:00
Sebastian Dröge
4b22f8c136
configure: Require GTK+ >= 2.14 for the example
2010-06-27 10:36:58 +02:00
Sebastian Dröge
44b9b422d8
tests: Don't use deprecated GTK API to fix the build with GTK+ 3.0
2010-06-27 07:40:50 +02:00
Sebastian Dröge
85d3c03d26
configure: Require GLib 2.20
2010-06-14 17:01:03 +02:00
David Schleef
c3d4977761
Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS
...
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.
2010-05-19 18:24:02 -07:00
Benjamin Otte
1e399b9838
examples: Don't install camerabin examples
2010-05-15 01:23:36 +02:00
Sebastian Dröge
96b296e6b6
scaletempo: Don't use deprecated GTK symbols in the demo
2010-05-11 10:01:23 +02:00
Sebastian Dröge
3ed0c5f8bc
mpegtsmux: Move multi-program muxing example at least to the correct directory
...
But it doesn't work out of the box because of hardcoded paths.
2010-05-07 08:15:42 +02:00
Tim-Philipp Müller
088df2215f
Add new camerabin test binary to .gitignore
2010-05-01 19:06:27 +01:00
Lasse Laukkanen
17617758c3
examples: camerabin: add viewfinder-filter and filter caps properties
...
Adds support for setting filter-caps and viewfinder-filter
properties in the gst-camerabin-test application
2010-04-13 12:00:36 -03:00
Teemu Katajisto
0176533c02
camerabin: add gst-camerabin-test command line test tool
...
gst-camerabin-test tool can be used to capture still images and
video clips using camerabin element.
2010-04-13 12:00:35 -03:00
Benjamin Otte
240f494aa7
Add -Wold-style-definition
...
and fix the warnings
2010-03-22 16:56:03 +01:00
Benjamin Otte
33c2f5fb01
Add -Wwrite-strings
...
and fix its warnings
2010-03-22 13:16:33 +01:00
Benjamin Otte
edbce10db1
examples: Fix warnings
2010-03-21 23:00:48 +01:00
Benjamin Otte
25a54fc391
gst-camera: Add a header declaring the functions from the ui file
2010-03-21 22:46:00 +01:00
Benjamin Otte
ecbfd9cc2f
Remove gob examples
...
They were outdated and wouldn't have compiled anymore.
2010-03-18 22:46:41 +01:00
Benjamin Otte
e54cbf7850
examples: Call gst_ensure_native_window() for gst-camera
...
Fixes spurious SEGVs due to multithreading conflicts in
client-side-window Gtk versions.
2010-02-14 15:22:05 +01:00
Benjamin Otte
a04c2db340
examples: Use gtk functions instead of libX11 functions in camerabin
...
Gets around the need to link to libX11 directly and provides the same
functionality.
To boost, it's more portable, too!
2010-02-14 13:43:04 +01:00
Benjamin Otte
3c6b0fdfaf
examples: Properly link to libm
2010-02-14 13:41:57 +01:00
Sebastian Dröge
f79842e308
Moved 'shapewipe' from -bad to -good
...
Fixes bug #584536 .
2010-02-12 11:35:17 +01:00
Sebastian Dröge
0d92938450
shapewipe: Print some more details on error/warning messages
2010-02-10 10:34:24 +01:00
Stefan Kost
0713748e1b
camerabin-example: cleanups for mainloop and state-changes. Fixes #608042
...
Start camerabin via idle handler to have the mainloop already running. Avoid
some unnecessary state changes. Cleanup the bus usage when restarting.
2010-01-28 15:02:23 +02:00
Stefan Kost
e2b3edbc97
camerabin-example: remove maemo comment and log filename
...
The maemo fixme is not needed anymore. Log the choosen filename to help
people finding the files.
2010-01-25 23:06:59 +02:00
Tim-Philipp Müller
3eaa8c7673
tests: refactor weird bus sync handler code in camerabin example
2010-01-22 02:25:44 +00:00
Sebastian Dröge
be9ca4d5e1
examples: Fix build and signal connection for GtkBuilder stuff
2010-01-16 11:41:20 +01:00
Javier Jardón
878ccf4a56
tests: Port from libglade to GtkBuilder
...
Fixes bug #601108 .
2010-01-16 11:14:55 +01:00
Tim-Philipp Müller
31ab47e03b
examples: make camerabin test application handle errors when starting up
...
Instead of hanging forever in a _get_state() in case an error occurs when
starting up camerabin, bail out and print an error message. Also remove
unnecessary _get_state() when shutting down the pipeline.
2010-01-06 01:56:40 +00:00
Stefan Kost
8c0203ec36
camerabin: remove abbreviations from the property names. Fixes #573370 (partialy)
...
Also rename their use in tests and examples.
2009-10-24 15:14:26 +03:00
Stefan Kost
3333ab473c
gitignore: ignore more
2009-10-24 15:14:26 +03:00
Stefan Kost
0a13cfdaf1
camerabin: set camerabin to READY before accessing the elements
2009-10-24 15:14:26 +03:00
Stefan Kost
b7b8b7f407
build: fprintf, sprintf, sscanf need stdio.h
2009-10-07 15:26:12 +03:00
Stefan Kost
2390d3a31c
build: add missing stdlib include to fix the build
2009-10-02 19:12:32 +03:00
Stefan Kost
7e7c63737e
camerabin: more perf-test cleanups
...
Remove some obsolete exmaples. Add video-width/height. Use proper api for
setting still image resolution. Fix stopping random tests on bin-state-changes.
Remove the memdup in snapshot again, as its not needed (pixbuf goes out of
scope with the buffer).
2009-07-22 18:04:18 +03:00
Stefan Kost
b3753116d2
camerabin: we need to copy the data in the example
...
gdk_pixbuf_new_from_data does not copy the data.
2009-07-21 17:52:33 +03:00
Stefan Kost
8ac16a90e4
camerabin: add code in test to store snapshots for manual verification
...
Use gdk_pixbuf to save the image in perf-test. Also remove some obsolute
commented out code.
2009-07-20 16:42:44 +03:00
Stefan Kost
cae6b621aa
camerabin: improve perf test robustness and add comments
2009-07-20 16:42:43 +03:00
Stefan Kost
b1d353e2de
camerabin: implemnet two more tests
...
Add tests for videorecording startup and capture startup delay.
2009-07-17 15:50:19 +03:00
Jan Schmidt
8b2035982e
dist: Add the camerabin examples subdirectory to the dist
2009-06-29 21:46:29 +01:00
Stefan Kost
e4bc1e31ef
camerabin: make shot2shot test more reliable
...
We can only trigger next shot (in the test) when current is captured and saved.
2009-06-26 18:36:25 +03:00
Stefan Kost
aaec6a730d
camerabin: sync first test more safely
...
Don't use gst_element_get_state() to wait for PLAYING, Use the bus-handler
insteader and asynchronously schedule next test.
2009-06-25 19:34:27 +03:00
Stefan Kost
fa78a0f125
camerabin: add target-times option to specify test times
...
Have some reasonable default times. Add a commandline option to override
defaults. Interpret target-time=0 as skip-test.
2009-06-24 19:16:45 +03:00
Stefan Kost
11a78399d8
camerabin: add camerabin examples
...
gst-camera is a gtk-test app to play with the imagecapture and videorecording.
gst-camera-perf is a tool to run various scenarios and take time meassurements
(e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be
in alphabetical order.
2009-06-22 13:40:36 +03:00
Jan Schmidt
833a81af75
examples: Don't build the mxf example if GTK isn't present.
2009-06-06 13:53:04 +01:00
Sebastian Dröge
332dae7198
shapewipe: Divide the border value by two, otherwise we use a twice a wide border
2009-05-29 16:55:25 +02:00
Sebastian Dröge
19b4c4f335
shapewipe: Add border property to allow smooth borders
...
...and use a border of 0.01 in the example application.
2009-05-29 16:52:21 +02:00
Sebastian Dröge
8d1166bb85
shapewipe: Fix Makefile of the example application
2009-05-29 16:00:16 +02:00
Sebastian Dröge
febef56cf2
shapewipe: Add a simple shapewipe transition filter & example application
2009-05-29 15:34:03 +02:00
Rov Juvano
165ccb04e7
scaletempo: Don't require gconfaudiosink in the demo
...
Fixes bug #537700 .
2009-05-07 13:13:39 +02:00
Christian Schaller
91e2252ae1
docs/plugins/Makefile.am: add figures subdirectory
...
tests/examples/Makefile.am: add mxf subdirectory
gst-plugins.spec.in: add new plugins
2009-03-04 15:28:46 +00:00
Sebastian Dröge
922e6428f6
mxf: Don't use GLib 2.16 API unconditionally in the example
2009-02-28 10:29:15 +01:00
Sebastian Dröge
47db2fe547
mxf: Add example application to output the structural metadata tree into a GtkTreeView
2009-02-26 18:47:23 +01:00
Sebastian Dröge
9d4c7e68ab
Remove tests/examples/app as it was moved to -base a long time ago
2009-02-24 16:36:28 +01:00
Sebastian Dröge
f0ae68d944
Move examples directory to tests/examples as in every other GStreamer module
2009-02-24 16:33:51 +01:00