gstreamer/gst/rtsp-server
Linus Svensson 9dadaed2fd rtsp-sdp: add payload type to the sdp framesize attribute
The sdp framesize attribute is desribed in RFC6064. It is specified
for payloading of H263 and has the following form
a=framesize:<payload type> <width>-<height>. The <width>-<height> part
should be added to the caps in a payloader and the <payload type> should
be added by the rtsp-server.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725334
2015-03-09 09:26:38 +01:00
..
.gitignore .gitignore: 0.10 => 0.11 2011-06-07 10:59:03 +02:00
Makefile.am Make rtsp-server.h a single-include header, use it for G-I 2014-06-30 09:45:11 +02:00
rtsp-address-pool.c introspection: add (nullable) annotations to return values 2014-06-26 19:08:16 +02:00
rtsp-address-pool.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00
rtsp-auth.c gobject-introspection: Add annotations to support language bindings 2014-03-24 00:36:42 +00:00
rtsp-auth.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00
rtsp-client.c rtsp-client: Only error out in PLAY if seeking actually failed 2015-02-13 12:21:16 +02:00
rtsp-client.h Add initial support for RECORD 2015-02-06 09:42:42 +01:00
rtsp-context.c context: defing a GType for the context 2013-11-12 11:21:55 +01:00
rtsp-context.h rtsp-client: add stream transport to context 2014-10-21 11:44:40 +02:00
rtsp-media-factory-uri.c gobject-introspection: Add annotations to support language bindings 2014-03-24 00:36:42 +00:00
rtsp-media-factory-uri.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00
rtsp-media-factory.c rtsp-media-factory: Add functions to set/get the media gtype 2015-03-03 11:53:16 +11:00
rtsp-media-factory.h rtsp-media-factory: Add functions to set/get the media gtype 2015-03-03 11:53:16 +11:00
rtsp-media.c rtsp-media: fix double unlock in _get_buffer_size() 2015-03-02 10:50:57 +00:00
rtsp-media.h rtsp-media: Use flags to distinguish between PLAY and RECORD media 2015-02-06 09:42:50 +01:00
rtsp-mount-points.c introspection: add missing allow-none annotations 2014-06-26 19:08:56 +02:00
rtsp-mount-points.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00
rtsp-params.c gobject-introspection: Add annotations to support language bindings 2014-03-24 00:36:42 +00:00
rtsp-params.h ClientState -> Context 2013-07-22 14:25:04 +02:00
rtsp-permissions.c gobject-introspection: Add annotations to support language bindings 2014-03-24 00:36:42 +00:00
rtsp-permissions.h docs: improve docs 2013-07-15 17:31:35 +02:00
rtsp-sdp.c rtsp-sdp: add payload type to the sdp framesize attribute 2015-03-09 09:26:38 +01:00
rtsp-sdp.h sdp: hide key length defines 2014-06-24 09:34:50 +02:00
rtsp-server.c server: implement client REMOVE filter 2014-07-10 17:10:06 +02:00
rtsp-server.h Make rtsp-server.h a single-include header, use it for G-I 2014-06-30 09:45:11 +02:00
rtsp-session-media.c Add initial support for RECORD 2015-02-06 09:42:42 +01:00
rtsp-session-media.h session-media: let the session-media make the RTPInfo 2013-12-26 16:29:38 +01:00
rtsp-session-pool.c rtsp-session: Use monotonic time for RTSP session timeout 2015-02-19 10:43:30 +02:00
rtsp-session-pool.h session-pool: add session-removed signal 2014-06-30 15:14:34 +02:00
rtsp-session.c rtsp-session: Use monotonic time for RTSP session timeout 2015-02-19 10:43:30 +02:00
rtsp-session.h rtsp-session: Use monotonic time for RTSP session timeout 2015-02-19 10:43:30 +02:00
rtsp-stream-transport.c rtsp: Ref transports in hash table. 2014-12-02 16:29:24 +01:00
rtsp-stream-transport.h stream-transport: make method to handle received data 2014-09-16 10:45:20 +02:00
rtsp-stream.c rtsp-stream: Add necessary queues between tee and multiudpsink 2015-02-13 11:28:43 +02:00
rtsp-stream.h rtsp-stream: minor code formatting fix 2015-02-11 17:25:35 +00:00
rtsp-thread-pool.c gobject-introspection: Add annotations to support language bindings 2014-03-24 00:36:42 +00:00
rtsp-thread-pool.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00
rtsp-token.c introspection: add (nullable) annotations to return values 2014-06-26 19:08:16 +02:00
rtsp-token.h rtsp-server: add padding to many public structures 2013-12-12 00:36:07 +00:00