Thiago Santos
d380140038
tests: tagschecking: New tags tests
...
Adds new tags checking tests.
2010-03-24 23:24:31 -03:00
Thiago Santos
01f4f9a4e8
tests: faac: Fix build
...
Fixes build of faac due to functions not being static nor
having being declared in headers. (No previous prototype error)
Probably due to added -Wmissing-prototypes
2010-03-23 14:19:03 -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
010789159d
Add -Wundef
...
and fix the warnings
2010-03-22 12:30:01 +01:00
Benjamin Otte
2be077c786
Update .gitignore
2010-03-22 12:06:00 +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
3b1dd2683d
tests: Add file I forgot to check in
2010-03-21 22:11:24 +01:00
Benjamin Otte
f96e4f1581
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
...
And fix all warnings
2010-03-21 21:39:18 +01:00
Benjamin Otte
692471aae7
tests: Fix kate test
...
It was failing due to the new buffer_metadata_writable checks added to
the core recently.
2010-03-21 21:29:47 +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
Thiago Santos
0b441d7611
tests: tagschecking: Improvements and new geo-location tests
...
Makes some improvements to tagschecking.c, making it use
fakesrc instead of videotestsrc and allowing to set input
caps so that more muxers can be used. Previously we could
only use those that accepted raw video caps.
Also adds some tests for geo-location tags
2010-03-12 13:04:26 -03:00
Sebastian Dröge
a266d0acfa
imagefreeze: Add some unit tests
2010-03-12 07:29:58 +00:00
Thiago Santos
52348df33b
check: tagschecking: tests for tags serialization in muxers
...
Adds a check unit test that aims to test tags serialization
and deserialization consistency (in muxers). It provides a
basic function that allows one to easily specify tags, a
muxer and a demuxer and a test will be done to check if
the tags have been consistently muxed and demuxed
2010-03-11 22:44:00 -03:00
Sebastian Dröge
678f7ddb16
build: Make some more rules silent if requested
2010-03-09 21:05:50 +00:00
Sebastian Dröge
4a1f91a532
assrender: Add test for correct I420 rendering
2010-03-09 21:05:49 +00:00
Tim-Philipp Müller
870ee6508e
.gitignore: ignore generated cog files
2010-02-19 10:35:10 +00:00
Tim-Philipp Müller
87580aa59d
.gitignore: ignore new faad unit test
2010-02-17 01:34:45 +00:00
Sebastian Dröge
8db9136e89
assrender: Fix unit test to actually check for everything to work correctly
2010-02-16 22:23:45 +01:00
Sebastian Dröge
88bd4a8ada
assrender: Add simple unit test
...
This renders a test string on top of a red video stream and checks
if the text is only rendered at the correct timestamps.
2010-02-16 21:43:37 +01:00
Sebastian Dröge
820700124e
ofa: Fix warning message parsing
2010-02-16 21:43:36 +01:00
Tim-Philipp Müller
01289f0ffe
tests: fix caps leak in jpegparse unit test
2010-02-15 01:26:09 +00:00
Tim-Philipp Müller
0f0a538150
tests: add unit test for dataurisrc
...
Requires fixes from core git, so bump core requirement to git as well.
2010-02-15 00:56:33 +00: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
Mark Nauwelaerts
4312ec8b40
faad: add unit test
2010-02-11 22:22:52 +01:00
Sebastian Dröge
0d92938450
shapewipe: Print some more details on error/warning messages
2010-02-10 10:34:24 +01:00
Sebastian Dröge
185df279e8
jpegparse: Fix unit test
...
The parsed buffers have a framerate of 1/1.
Fixes bug #608998 .
2010-02-05 17:26:58 +01:00
Arnout Vandecappelle
bb5331e272
jpegparse: new jpeg parser element. FIxes #583098
...
Parse JPEG images, extracts its metadata, set caps and
packetize an image per buffer.
2010-01-29 11:41:15 +02: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
Sebastian Dröge
55c48789b7
icles: Link with GTK+
2010-01-16 11:23:00 +01:00
Javier Jardón
878ccf4a56
tests: Port from libglade to GtkBuilder
...
Fixes bug #601108 .
2010-01-16 11:14:55 +01:00
Edward Hervey
c41fbca13c
tests: Add neonhttpsrc to the list of elements ignored for state-change
...
Setting neonhttpsrc to PAUSED/PLAYING requires a running http server on
localhost.
2010-01-12 17:05:13 +01:00
Thiago Santos
a428ad82c7
Rename aac's stream-format 'none' to 'raw'
...
Renames aac's stream-format from previous commits from none to
raw
2010-01-11 13:42:48 -03:00
Thiago Santos
2d647b6ea8
aacparse: update tests to stream-format changes
...
Updates aacparse unit tests to check for stream-format
correctness as well.
2010-01-11 12:10:02 -03: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
Tim-Philipp Müller
3211efe830
tests: try to fix 'make dist' when cog is not installed
2009-12-17 01:05:28 +00:00
Michael Smith
a869fd39fe
tests/icles: make cog test program depend on USE_COG. Fixes build without orc.
2009-11-20 13:41:27 -08:00
David Schleef
8d761840d4
cog: Add orc test code for cog
...
Also look for cog.orc source file in the right place.
2009-11-20 13:14:50 +01:00
Stefan Kost
2bdaec2275
tests: make state-change test timeout longer if wrappers are enabled
...
When ladspa || lv2 are enabled one could quickly get to 500 elements.
2009-11-19 21:11:36 +02:00
Olivier Crête
7dfa4a7690
tests: Add test for rtpdtmfmux locking
2009-10-30 19:08:14 +00:00
Olivier Crête
450e44146a
tests: Add unit test for rtpmux
2009-10-30 19:08:14 +00:00
Michael Smith
07a086d53f
tests: Use GST_PLUGINS_BASE_{CFLAGS,LIBS} for camerabin tests.
2009-10-29 16:42:34 -07:00
Teemu Katajisto
23bcd2d766
camerabin: use raw audio/video in unit tests
...
Removes dependency to ogg/vorbis/theora when running camerabin
unit tests.
2009-10-29 11:43:10 +02:00