Sebastian Rasmussen
4743624bb5
Have unit test get header from source dir, not installed dir
...
This makes compilation of unit tests work in a build directory other
than the source directory.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678789
2012-06-27 11:42:21 +02:00
Tim-Philipp Müller
217a46e4c1
rtsp-media: update for gst_element_make_from_uri() changes
2012-06-23 15:06:11 +01:00
David Svensson Fors
df54c553ae
rtsp: add unit test
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678076
2012-06-19 15:25:36 +02:00
David Svensson Fors
36df0dd8be
rtsp-media: don't collect media stats when going to NULL
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678015
2012-06-14 10:14:06 +02:00
Wim Taymans
853128e1c7
client: don't leak transports
2012-06-14 10:14:06 +02:00
David Svensson Fors
3f49c2d8f4
rtsp-client: free transport on no_stream in SETUP handler
2012-06-14 10:14:06 +02:00
David Svensson Fors
8f5d82be6d
rtsp-client: changed session media iteration
...
In client_unlink_session: now don't iterate in session->medias
list where items are removed by gst_rtsp_session_release_media.
Instead, repeatedly remove the first item.
2012-06-14 10:14:06 +02:00
David Svensson Fors
dc796bf075
rtsp-client: don't use g_object_unref on GstRTSPSessionMedia
...
GstRTSPSessionMedia is not a GObject type. When the
GstRTSPSession is freed, it will free the media.
2012-06-14 10:14:06 +02:00
David Svensson Fors
aa158fa738
factory: plug pad leak in collect_streams
...
In gst_rtsp_media_factory_collect_streams: unref the srcpad that
was retrieved using gst_element_get_static_pad. gst_ghost_pad_new
will take one reference, and the other reference will otherwise
give a memory leak.
2012-06-14 10:14:06 +02:00
Sebastian Rasmussen
ef29cc6d78
configure: suppress some warnings when debug is disabled
...
Warnings about unused variables should be suppressed if core has the
debug system disabled.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676824
2012-06-09 19:11:16 +01:00
Tim-Philipp Müller
62532769a7
docs: fix build in uninstalled setup
...
Include gst-plugins-base libs properly.
2012-06-09 17:41:05 +01:00
Sebastian Rasmussen
c3766ad376
docs: include headers defining rtsp-server object types
...
Fixes compiler warnings during docs build.
https://bugzilla.gnome.org/show_bug.cgi?id=676824
2012-06-09 17:36:10 +01:00
Sebastian Rasmussen
b59f235460
configure: Add warning flags for compiler when configuring
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676824
2012-06-09 17:33:02 +01:00
Edward Hervey
8ae2b9f61f
Automatic update of common submodule
...
From 03a0e57 to 98e386f
2012-06-08 15:07:06 +02:00
Edward Hervey
b2f4dd35c1
Automatic update of common submodule
...
From 1fab359 to 03a0e57
2012-06-06 18:20:49 +02:00
David Svensson Fors
7b145aeeab
client: fix GSocketAddress leak in gst_rtsp_client_accept
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677463
2012-06-06 14:49:40 +02:00
Edward Hervey
a9bf210747
Automatic update of common submodule
...
From f1b5a96 to 1fab359
2012-06-01 10:30:58 +02:00
Sebastian Dröge
3b12581004
Automatic update of common submodule
...
From 92b7266 to f1b5a96
2012-05-31 13:11:43 +02:00
Sebastian Dröge
365c838b80
Automatic update of common submodule
...
From ec1c4a8 to 92b7266
2012-05-30 12:48:51 +02:00
Sebastian Dröge
81f62e76df
Automatic update of common submodule
...
From 3429ba6 to ec1c4a8
2012-05-30 11:27:31 +02:00
David Svensson Fors
ffa3166fbd
rtsp: fix compiler warnings
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676500
2012-05-22 15:37:25 +02:00
Sebastian Dröge
93f42c7d73
Automatic update of common submodule
...
From dc70203 to 3429ba6
2012-05-13 15:59:10 +02:00
Wim Taymans
6cc2fb9bfc
rtsp-server: port to new thread API
2012-05-11 09:42:47 +02:00
Sebastian Dröge
a798e8dcfd
Automatic update of common submodule
...
From 6db25be to dc70203
2012-04-16 09:11:54 +02:00
Sebastian Dröge
e2f10f5ba5
rtsp-server: Fix compilation and compiler warnings
2012-04-13 15:27:22 +02:00
Sebastian Dröge
7df1696713
configure: Modernize autotools setup a bit
...
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:02:15 +02:00
Sebastian Dröge
31ba6bda99
Automatic update of common submodule
...
From 464fe15 to 6db25be
2012-04-13 13:39:40 +02:00
Sebastian Dröge
8e13fc8fdc
Automatic update of common submodule
...
From 7fda524 to 464fe15
2012-04-05 18:45:43 +02:00
Sebastian Dröge
fb0718a036
rtsp-server: Update versioning
2012-04-04 14:48:44 +02:00
Sebastian Dröge
e9ef6f6254
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
gst/rtsp-server/rtsp-session-pool.c
2012-03-29 15:12:21 +02:00
Sebastian Dröge
1f442d45b6
rtsp-server: Don't use deprecated GLib API
2012-03-27 10:13:20 +02:00
Wim Taymans
ed1642b997
Replace master with 0.11
2012-03-26 12:23:36 +02:00
Wim Taymans
244422cc94
Merge branch 'master' into 0.11
2012-03-26 12:22:05 +02:00
Wim Taymans
37bbf2317b
Merge branch 'master' into 0.11
2012-03-26 12:20:51 +02:00
Vincent Penquerc'h
d1df0f3a22
A couple minor typo fixes
2012-03-19 10:48:09 +00:00
Wim Taymans
e0be150e91
media: fix state of the appqueue
2012-03-13 18:10:53 +01:00
Wim Taymans
6403227471
factory: use videoconvert
2012-03-13 16:07:16 +01:00
Wim Taymans
377f6d9156
factory: change to new style caps
2012-03-13 16:02:47 +01:00
Wim Taymans
4c59e211e2
rtsp-server: port to GIO
...
Port to GIO
2012-03-07 15:04:29 +01:00
Wim Taymans
f5c6572bbc
configure: fix build
2012-03-07 15:03:24 +01:00
Tim-Philipp Müller
3c768123b4
docs: fix for gst_rtsp_server_set_port() -> _set_service()
...
https://bugzilla.gnome.org/show_bug.cgi?id=666548
2012-02-29 15:56:06 +00:00
Tim-Philipp Müller
449bc0dffb
First rule of gst-rtsp-server club: don't talk about gst-phonon
2012-02-13 11:42:51 +00:00
Tim-Philipp Müller
3173fee92b
pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pc
...
For consistency with all other modules.
2012-02-13 11:40:44 +00:00
Tim-Philipp Müller
e67a1c664c
rtsp-client: update for new map API
2012-02-13 11:06:33 +00:00
Tim-Philipp Müller
2ea47851c0
python: remove pygst-based python bindings
...
pygi is the future, apparently.
2012-02-13 10:37:37 +00:00
Thomas Vander Stichele
e811734432
Automatic update of common submodule
...
From c463bc0 to 7fda524
2012-01-25 14:12:41 +01:00
Sebastian Dröge
8d5716f232
Automatic update of common submodule
...
From 2a59016 to c463bc0
2012-01-25 11:40:59 +01:00
Sebastian Dröge
054267e642
Automatic update of common submodule
...
From 0807187 to 2a59016
2012-01-18 16:48:41 +01:00
Tim-Philipp Müller
32cee2beaf
Automatic update of common submodule
...
From 11f0cd5 to 0807187
2012-01-04 19:56:02 +00:00
Wim Taymans
57775e0999
example: update for new caps
2011-12-09 11:00:46 +01:00