Mathieu Duponchelle
ec5aa720d7
onvif-media-factory: define autoptr cleanup function
...
And have the factory in the onvif-server example inherit from
GstRTSPOnvifMediaFactory.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/133 >
2020-06-10 11:51:31 +00:00
Mathieu Duponchelle
0f498eabf4
onvif: Implement and test the Streaming Specification
...
https://www.onvif.org/specs/stream/ONVIF-Streaming-Spec.pdf
2019-06-06 18:45:17 +02:00
Sebastian Dröge
d525000f6a
Mark all ONVIF-specific subclasses as Since 1.14
2018-11-01 10:23:02 +02:00
Johan Bjäreholt
913eae2e7e
rtsp-onvif-media-factory: export gst_rtsp_onvif_media_factory_requires_backchannel
...
https://bugzilla.gnome.org/show_bug.cgi?id=796229
2018-05-18 08:57:28 +01:00
Tim-Philipp Müller
2df75442d0
rtsp-server: GST_EXPORT -> GST_RTSP_SERVER_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:37:13 +00:00
Ognyan Tonchev
62aae8c7dc
onvif: Make requires_backchannel() public
...
...in order to let subclasses building the onvif part of the pipeline
check whether backchannel shall be included or not.
2018-02-16 11:04:53 +02:00
Sebastian Dröge
72dc8acd86
rtsp: Add support for ONVIF backchannel
...
This adds a new RTSP server, client, media-factory and media subclass
for handling the specifics of the backchannel. Ideally this later can be
extended with other ONVIF specific features.
2018-02-16 11:04:53 +02:00