diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-12 08:21:28 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-12 08:21:28 +0000 |
| commit | 86a4c1c6b0fb20f0700b7497508206c90844579c (patch) | |
| tree | fe2c460a2718ef44705b40f7a04585c9fb609614 /ChangeLog | |
| parent | bd11d3c9d2ed40b62d91d841949bb62ceb109366 (diff) | |
gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-pt-map signals.
Original commit message from CVS:
* gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
(gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
* gst/rtsp/gstrtpdec.h:
Make backward compat with rtpbin by adding the request-pt-map signals.
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
(new_session_pad), (request_pt_map),
(gst_rtspsrc_stream_configure_transport),
(gst_rtspsrc_stream_configure_caps),
(gst_rtspsrc_activate_streams):
* gst/rtsp/gstrtspsrc.h:
Implement request-pt-map signals instead of setting caps on the buffers
for the session manager.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2007-04-12 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT), + (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp): + * gst/rtsp/gstrtpdec.h: + Make backward compat with rtpbin by adding the request-pt-map signals. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), + (new_session_pad), (request_pt_map), + (gst_rtspsrc_stream_configure_transport), + (gst_rtspsrc_stream_configure_caps), + (gst_rtspsrc_activate_streams): + * gst/rtsp/gstrtspsrc.h: + Implement request-pt-map signals instead of setting caps on the buffers + for the session manager. + 2007-04-11 Wim Taymans <wim@fluendo.com> * gst/udp/gstudp.c: (plugin_init): |
