platform/upstream/gstreamer.git
11 years agotests: GSocketService cleanup in test_bind_already_in_use
David Svensson Fors [Wed, 20 Mar 2013 10:28:11 +0000 (11:28 +0100)]
tests: GSocketService cleanup in test_bind_already_in_use

Use g_socket_service_stop so the rtspserver test stops listening for
incoming connections in test_bind_already_in_use.

https://bugzilla.gnome.org/show_bug.cgi?id=696541

11 years agortsp-media-factory: g_signal_connect_object is not thread safe, can't use it here
Olivier Crête [Fri, 22 Mar 2013 22:25:07 +0000 (18:25 -0400)]
rtsp-media-factory: g_signal_connect_object is not thread safe, can't use it here

Instead use a GWeakRef which is safe to use

This is a known GLib bug, see:
https://bugzilla.gnome.org/show_bug.cgi?id=667145

11 years agortsp-media/client: Reply to PLAY request with same type of Range
Olivier Crête [Fri, 22 Feb 2013 19:17:29 +0000 (14:17 -0500)]
rtsp-media/client: Reply to PLAY request with same type of Range

Remember the type of Range from the PLAY request and use the same type for
the reply.

11 years agortsp-client: expose uri
Patricia Muscalu [Mon, 18 Mar 2013 08:25:54 +0000 (09:25 +0100)]
rtsp-client: expose uri

11 years agotests: Hold ref while creating second media
Olivier Crête [Wed, 13 Mar 2013 21:46:58 +0000 (17:46 -0400)]
tests: Hold ref while creating second media

To test if the media aren't shared, make sure we keep the first one while creating a second
otherwise the same memory address may be reused.

11 years agoconfigure: remove out-of-date comment
Tim-Philipp Müller [Tue, 12 Mar 2013 00:10:18 +0000 (00:10 +0000)]
configure: remove out-of-date comment

11 years ago.gitignore: ignore more build files
Tim-Philipp Müller [Tue, 12 Mar 2013 00:05:49 +0000 (00:05 +0000)]
.gitignore: ignore more build files

11 years agotests: use right _LIBS variable for gst-plugins-base libs
Tim-Philipp Müller [Tue, 12 Mar 2013 00:03:36 +0000 (00:03 +0000)]
tests: use right _LIBS variable for gst-plugins-base libs

11 years agocheck: add librtp to libs
Wim Taymans [Mon, 11 Mar 2013 10:35:14 +0000 (11:35 +0100)]
check: add librtp to libs

11 years agotests: Add test to check selecting a port the server will send from
Olivier Crête [Thu, 21 Feb 2013 00:37:51 +0000 (19:37 -0500)]
tests: Add test to check selecting a port the server will send from

11 years agotests: Make sure packets are actually received
Olivier Crête [Wed, 20 Feb 2013 23:30:01 +0000 (18:30 -0500)]
tests: Make sure packets are actually received

11 years agostream: Select unicast address from pool if appropriate
Olivier Crête [Tue, 19 Feb 2013 23:27:20 +0000 (18:27 -0500)]
stream: Select unicast address from pool if appropriate

11 years agostream: Properties are always there in Gst 1.0
Olivier Crête [Tue, 19 Feb 2013 21:43:08 +0000 (16:43 -0500)]
stream: Properties are always there in Gst 1.0

11 years agotests: Add tests for unicast addresses in pool
Olivier Crête [Tue, 19 Feb 2013 21:36:20 +0000 (16:36 -0500)]
tests: Add tests for unicast addresses in pool

11 years agoaddress-pool: Verify that multicast addresses are used for multicast and vice-versa
Olivier Crête [Wed, 20 Feb 2013 19:26:03 +0000 (14:26 -0500)]
address-pool: Verify that multicast addresses are used for multicast and vice-versa

11 years agoaddress-pool: Add unicast addresses
Olivier Crête [Tue, 19 Feb 2013 21:34:16 +0000 (16:34 -0500)]
address-pool: Add unicast addresses

11 years agortsp-server: Limit the number of threads per server instance
Olivier Crête [Tue, 19 Feb 2013 18:19:41 +0000 (13:19 -0500)]
rtsp-server: Limit the number of threads per server instance

If we exceed the maximum, just round robin the clients over the existing
threads.

11 years agortsp-server: No need to store the GMainContext in the client context
Olivier Crête [Tue, 19 Feb 2013 17:31:23 +0000 (12:31 -0500)]
rtsp-server: No need to store the GMainContext in the client context

11 years agotests: Add test for client disconnection
Olivier Crête [Tue, 19 Feb 2013 01:22:18 +0000 (20:22 -0500)]
tests: Add test for client disconnection

11 years agotests: Test client and session timeouts with multiple threads
Olivier Crête [Tue, 19 Feb 2013 01:15:41 +0000 (20:15 -0500)]
tests: Test client and session timeouts with multiple threads

11 years agoDocument locking and its order
Olivier Crête [Mon, 18 Feb 2013 19:59:58 +0000 (14:59 -0500)]
Document locking and its order

11 years agotests: Test that slow DESCRIBE don't block other clients
Olivier Crête [Sat, 16 Feb 2013 01:02:31 +0000 (20:02 -0500)]
tests: Test that slow DESCRIBE don't block other clients

11 years agotests: Add tests for client-requested multicast address
Olivier Crête [Fri, 15 Feb 2013 00:52:09 +0000 (19:52 -0500)]
tests: Add tests for client-requested multicast address

11 years agodocs: Put the various functions in the right sections
Olivier Crête [Thu, 14 Feb 2013 18:44:54 +0000 (13:44 -0500)]
docs: Put the various functions in the right sections

11 years agodocs: Generate docs for GstRTSPAddressPool
Olivier Crête [Thu, 14 Feb 2013 18:38:07 +0000 (13:38 -0500)]
docs: Generate docs for GstRTSPAddressPool

11 years agoclient: Check client provided addresses against the address pool
Olivier Crête [Wed, 13 Feb 2013 23:32:20 +0000 (18:32 -0500)]
client: Check client provided addresses against the address pool

11 years agoaddress-pool: Add API to request a specific address from the pool
Olivier Crête [Wed, 13 Feb 2013 23:01:43 +0000 (18:01 -0500)]
address-pool: Add API to request a specific address from the pool

Also add relevant unit tests.

11 years agotests: Check the passing around of a RTSPAddressPool
Olivier Crête [Wed, 13 Feb 2013 00:34:24 +0000 (19:34 -0500)]
tests: Check the passing around of a RTSPAddressPool

Make sure the RTSPAddressPool is propagated from the MediaFactory all the
way down to the stream.

11 years agotests: Add more tests for the address pool
Olivier Crête [Tue, 12 Feb 2013 21:34:37 +0000 (16:34 -0500)]
tests: Add more tests for the address pool

11 years agoaddress-pool: Fix off by one error
Olivier Crête [Tue, 12 Feb 2013 21:29:25 +0000 (16:29 -0500)]
address-pool: Fix off by one error

When splitting a port range, the port after a skip is not part of range.

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 7 Mar 2013 00:04:19 +0000 (00:04 +0000)]
Automatic update of common submodule

From 2de221c to 04c7a1e

11 years agoconfigure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
George McCollister [Thu, 7 Feb 2013 22:18:08 +0000 (16:18 -0600)]
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

AM_CONFIG_HEADER was removed in automake 1.13

https://bugzilla.gnome.org/show_bug.cgi?id=693368

11 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 28 Jan 2013 19:45:44 +0000 (20:45 +0100)]
Automatic update of common submodule

From a942293 to 2de221c

11 years agoclient: make sure the watch exists while sending data
Wim Taymans [Mon, 28 Jan 2013 09:31:50 +0000 (10:31 +0100)]
client: make sure the watch exists while sending data

Protect the send_func with a lock. This allows us to wait for sending
to complete before changing the send_func and user_data. We add an
extra ref to the watch to make sure that it remains valid during
sending.
When closing the connection, set the send_func to NULL

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692433

11 years agotests: use GST_*_1_0 environment variables everywhere
Tim-Philipp Müller [Wed, 16 Jan 2013 12:16:32 +0000 (12:16 +0000)]
tests: use GST_*_1_0 environment variables everywhere

The _1_0 suffixed environment variables override the
non-suffixed ones, so if we're in an environment that
sets the _1_0 suffixed ones, such as jhbuild, we need
to set those to make sure ours actually always get
used.

11 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 15 Jan 2013 15:09:24 +0000 (15:09 +0000)]
Automatic update of common submodule

From acb04d9 to a942293

11 years agortsp-client: set the client backlog
Wim Taymans [Fri, 14 Dec 2012 10:58:29 +0000 (11:58 +0100)]
rtsp-client: set the client backlog

Set the client backlog to a reasonable default

11 years agortsp-media: Make the element a constructor parameter
Ognyan Tonchev [Tue, 4 Dec 2012 08:47:35 +0000 (09:47 +0100)]
rtsp-media: Make the element a constructor parameter

https://bugzilla.gnome.org/show_bug.cgi?id=689594

11 years agodocs: Link with gcov library when gcov is enabled
Sebastian Rasmussen [Tue, 4 Dec 2012 00:05:31 +0000 (01:05 +0100)]
docs: Link with gcov library when gcov is enabled

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=689583

11 years agomedia: match prepare with unprepare
Wim Taymans [Fri, 30 Nov 2012 14:03:15 +0000 (15:03 +0100)]
media: match prepare with unprepare

Really unprepare when there were an equal amount of prepare calls.

11 years agomedia: media has to be unprepared in finalize
Wim Taymans [Fri, 30 Nov 2012 13:58:46 +0000 (14:58 +0100)]
media: media has to be unprepared in finalize

Because unprepare takes away the last ref on the media.

11 years agoRevert "client: never call gst_rtsp_media_unprepare, let gst_rtsp_media_finalize...
Wim Taymans [Fri, 30 Nov 2012 13:36:30 +0000 (14:36 +0100)]
Revert "client: never call gst_rtsp_media_unprepare, let gst_rtsp_media_finalize do it"

This reverts commit ba5b78ff2ff223049188eb456e228c709ccd3e05.

We can't use the refcount to trigger unprepare because it is the unprepare call
that removes the last refcount after all messages are consumed. What we should
probably do is make a prepared refcount and only unprepare when the refcount
reaches 0.

11 years agomedia: let the source unref the last media ref
Wim Taymans [Fri, 30 Nov 2012 12:35:05 +0000 (13:35 +0100)]
media: let the source unref the last media ref

the last ref to the media is held by the source so we don't need to add more ref
and unrefs, we simply destroy the media when the source is gone.

11 years agomedia: improve debug
Wim Taymans [Fri, 30 Nov 2012 11:54:10 +0000 (12:54 +0100)]
media: improve debug

11 years agomedia: check state
Wim Taymans [Fri, 30 Nov 2012 11:53:02 +0000 (12:53 +0100)]
media: check state

Make sure we are in the right state when collecting the position and duration.
Only make ourselves PREPARED when we were previously PREPARING.

11 years agomedia: use g_object_ref/unref for GObjects
Wim Taymans [Fri, 30 Nov 2012 09:05:48 +0000 (10:05 +0100)]
media: use g_object_ref/unref for GObjects

11 years agoclient: never call gst_rtsp_media_unprepare, let gst_rtsp_media_finalize do it
Alessandro Decina [Fri, 30 Nov 2012 06:05:25 +0000 (07:05 +0100)]
client: never call gst_rtsp_media_unprepare, let gst_rtsp_media_finalize do it

Calling gst_rtsp_media_unprepare breaks shared medias. Just unref
GstRTSPMedia instances and let gst_rtsp_media_finalize unprepare when a media
isn't being used anymore.

11 years agoFix compiler warning
Alessandro Decina [Fri, 30 Nov 2012 05:17:46 +0000 (06:17 +0100)]
Fix compiler warning

11 years agoAdd missing g_type_class_add_private in GstRTSPMediaFactoryURI
Alessandro Decina [Fri, 30 Nov 2012 05:14:49 +0000 (06:14 +0100)]
Add missing g_type_class_add_private in GstRTSPMediaFactoryURI

11 years agosmall cleanup
Wim Taymans [Thu, 29 Nov 2012 16:21:12 +0000 (17:21 +0100)]
small cleanup

11 years agomedia: avoid element leak
Wim Taymans [Thu, 29 Nov 2012 16:20:56 +0000 (17:20 +0100)]
media: avoid element leak

11 years agomedia: require an element in media constructor
Wim Taymans [Thu, 29 Nov 2012 16:20:26 +0000 (17:20 +0100)]
media: require an element in media constructor

11 years agoRevert "client: TEARDOWN brings that state to Init again"
Wim Taymans [Thu, 29 Nov 2012 16:07:30 +0000 (17:07 +0100)]
Revert "client: TEARDOWN brings that state to Init again"

This reverts commit 4b61fdad85a3ca84752bf074fdb2fa203954b32e.

The object is already disposed, there is no point in setting the state.

11 years agoclient: TEARDOWN brings that state to Init again
Wim Taymans [Thu, 29 Nov 2012 11:30:20 +0000 (12:30 +0100)]
client: TEARDOWN brings that state to Init again

11 years agortsp: make object details private
Wim Taymans [Thu, 29 Nov 2012 10:11:05 +0000 (11:11 +0100)]
rtsp: make object details private

Make all object details private
Add methods to access private bits

11 years agotests: add media tests
Wim Taymans [Wed, 28 Nov 2012 13:50:47 +0000 (14:50 +0100)]
tests: add media tests

11 years agomedia: check if prepared for some methods
Wim Taymans [Wed, 28 Nov 2012 13:45:30 +0000 (14:45 +0100)]
media: check if prepared for some methods

Check that the media object is prepared before doing seek and getting the
current position etc.
Add some g_return checks.

11 years agotests: add mediafactory test
Wim Taymans [Wed, 28 Nov 2012 11:40:46 +0000 (12:40 +0100)]
tests: add mediafactory test

11 years agostream: improve debug
Wim Taymans [Wed, 28 Nov 2012 11:40:18 +0000 (12:40 +0100)]
stream: improve debug

11 years agomedia: unref pipeline in finalize to avoid leaking it
Wim Taymans [Wed, 28 Nov 2012 11:39:37 +0000 (12:39 +0100)]
media: unref pipeline in finalize to avoid leaking it

11 years agortsp: use gst_object_unref on GstObjects
Wim Taymans [Wed, 28 Nov 2012 11:10:47 +0000 (12:10 +0100)]
rtsp: use gst_object_unref on GstObjects

11 years agomedia-factory: require an url
Wim Taymans [Wed, 28 Nov 2012 11:10:14 +0000 (12:10 +0100)]
media-factory: require an url

11 years agoexamples: fix include
Wim Taymans [Wed, 28 Nov 2012 10:40:33 +0000 (11:40 +0100)]
examples: fix include

11 years agoserver: remove unused include
Wim Taymans [Wed, 28 Nov 2012 10:17:27 +0000 (11:17 +0100)]
server: remove unused include

11 years agotests: add test for mountpoints
Wim Taymans [Wed, 28 Nov 2012 10:07:57 +0000 (11:07 +0100)]
tests: add test for mountpoints

11 years agoclient: fix factory leak
Wim Taymans [Wed, 28 Nov 2012 10:05:08 +0000 (11:05 +0100)]
client: fix factory leak

Keep the factory in the state object only for authorization checks and make
sure we unref it on failure. Also don't keep invalid objects in the state
object.

11 years agomounts: add g_return_if guards
Wim Taymans [Wed, 28 Nov 2012 09:40:14 +0000 (10:40 +0100)]
mounts: add g_return_if guards

11 years agotests: add more tests
Wim Taymans [Tue, 27 Nov 2012 11:51:55 +0000 (12:51 +0100)]
tests: add more tests

11 years agoclient: improve debug
Wim Taymans [Tue, 27 Nov 2012 11:33:02 +0000 (12:33 +0100)]
client: improve debug

11 years agoclient: improve debug and fix leaks
Wim Taymans [Tue, 27 Nov 2012 11:24:21 +0000 (12:24 +0100)]
client: improve debug and fix leaks

Cleanup the uri and session when there is a bad request.

11 years agoupdate common
Wim Taymans [Tue, 27 Nov 2012 11:17:05 +0000 (12:17 +0100)]
update common

11 years agotest: add test for session in options request
Wim Taymans [Tue, 27 Nov 2012 11:13:59 +0000 (12:13 +0100)]
test: add test for session in options request

11 years agoclient: use 454 when session can't be found
Wim Taymans [Tue, 27 Nov 2012 11:11:41 +0000 (12:11 +0100)]
client: use 454 when session can't be found

We should use 454 when a session can't be found because there was no session
pool configured in the server. This is not a server configuration problem
because the server on which the request is done might not be the same one that
will keep the sessions for us and so it does not need to support sessions.

11 years agoclient: only free connection when there is one
Wim Taymans [Tue, 27 Nov 2012 10:17:45 +0000 (11:17 +0100)]
client: only free connection when there is one

It's possible that the client doesn't have a connection when we try to free it.

11 years agotests: add unit test for the client object
Wim Taymans [Tue, 27 Nov 2012 10:17:31 +0000 (11:17 +0100)]
tests: add unit test for the client object

11 years agoclient: small cleanup
Wim Taymans [Mon, 26 Nov 2012 16:35:51 +0000 (17:35 +0100)]
client: small cleanup

11 years agoclient: remove unused include
Wim Taymans [Mon, 26 Nov 2012 16:34:35 +0000 (17:34 +0100)]
client: remove unused include

11 years agoclient: fix compilation
Wim Taymans [Mon, 26 Nov 2012 16:34:24 +0000 (17:34 +0100)]
client: fix compilation

11 years agoclient: call destroy without the lock
Wim Taymans [Mon, 26 Nov 2012 16:28:29 +0000 (17:28 +0100)]
client: call destroy without the lock

11 years agoclient: make the client usable without a socket
Wim Taymans [Mon, 26 Nov 2012 16:20:39 +0000 (17:20 +0100)]
client: make the client usable without a socket

Make a method to let the client handle a message and a callback when the client
wants us to send a response message back. This makes it possible to also use the
client object without the sockets, which should make it easier to test.

11 years agoclient: small cleanup
Wim Taymans [Mon, 26 Nov 2012 15:45:04 +0000 (16:45 +0100)]
client: small cleanup

11 years agoclient: remove reference to server
Wim Taymans [Mon, 26 Nov 2012 15:39:26 +0000 (16:39 +0100)]
client: remove reference to server

We don't need to keep a ref to the server

11 years agoclient: add locking
Wim Taymans [Mon, 26 Nov 2012 15:30:16 +0000 (16:30 +0100)]
client: add locking

Also add some g_return_if()

11 years agoclient: log more errors
Wim Taymans [Mon, 26 Nov 2012 12:37:20 +0000 (13:37 +0100)]
client: log more errors

11 years agoclient: fix compilation
Wim Taymans [Mon, 26 Nov 2012 12:35:48 +0000 (13:35 +0100)]
client: fix compilation

11 years agoclient: add generic close-after-send support
Wim Taymans [Mon, 26 Nov 2012 12:16:59 +0000 (13:16 +0100)]
client: add generic close-after-send support

Add a property to send_response() to close the connection after the response has
been sent to the client.

11 years agoMediaMapping -> MountPoints
Wim Taymans [Mon, 26 Nov 2012 11:34:05 +0000 (12:34 +0100)]
MediaMapping -> MountPoints

Describes better what the object manages.

11 years agoconfigure: bump required version of -base
Wim Taymans [Mon, 26 Nov 2012 08:36:09 +0000 (09:36 +0100)]
configure: bump required version of -base

11 years agomedia: fix seeking
Wim Taymans [Wed, 21 Nov 2012 16:21:28 +0000 (17:21 +0100)]
media: fix seeking

11 years agomedia: support more Range formats
Wim Taymans [Wed, 21 Nov 2012 15:41:56 +0000 (16:41 +0100)]
media: support more Range formats

Use the new -base methods to convert the Range string into a seek start and stop
value.

11 years agoexamples: fix whitespace
Wim Taymans [Wed, 21 Nov 2012 15:41:37 +0000 (16:41 +0100)]
examples: fix whitespace

11 years agotest-auth: add example of how to remove sessions
Wim Taymans [Tue, 20 Nov 2012 12:34:46 +0000 (13:34 +0100)]
test-auth: add example of how to remove sessions

Add an example of the session filter api.

11 years agotest-uri: remove mapping example
Wim Taymans [Tue, 20 Nov 2012 11:47:49 +0000 (12:47 +0100)]
test-uri: remove mapping example

11 years agotest-uri: fix callback signature
Wim Taymans [Tue, 20 Nov 2012 11:47:20 +0000 (12:47 +0100)]
test-uri: fix callback signature

11 years agofactory: keep ref to factory while media active
Wim Taymans [Tue, 20 Nov 2012 11:29:55 +0000 (12:29 +0100)]
factory: keep ref to factory while media active

While the media from a factory is alive, keep a ref to the factory.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=663555

11 years agofactory-uri: add some debug
Wim Taymans [Tue, 20 Nov 2012 11:29:26 +0000 (12:29 +0100)]
factory-uri: add some debug

11 years agostream: set udp sources to PLAYING
Wim Taymans [Tue, 20 Nov 2012 11:24:13 +0000 (12:24 +0100)]
stream: set udp sources to PLAYING

Set the UDP sources to PLAYING and locked state before we add it to the pipeline
so that it doesn't cause our pipeline to produce ASYNC-DONE.

11 years agofactory-uri: take ref to factory
Wim Taymans [Tue, 20 Nov 2012 11:10:16 +0000 (12:10 +0100)]
factory-uri: take ref to factory

Take a ref to the factory that we place in our list.

11 years agotest: add test for server reuse
Wim Taymans [Tue, 20 Nov 2012 10:30:09 +0000 (11:30 +0100)]
test: add test for server reuse

See https://bugzilla.gnome.org/show_bug.cgi?id=688395

11 years agoserver: start and stop multiple times
David Svensson Fors [Thu, 15 Nov 2012 13:02:37 +0000 (14:02 +0100)]
server: start and stop multiple times

Stop listening on the RTSP port when the GSource is removed, so clients
can't connect and the server can be started again.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688395