gst/rtsp/gstrtspsrc.c: Fix case where outpad could not be decided.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 29 Jun 2005 16:09:54 +0000 (16:09 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 29 Jun 2005 16:09:54 +0000 (16:09 +0000)
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
(gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
(gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
(gst_rtspsrc_stream_setup_rtp),
(gst_rtspsrc_stream_configure_transport), (find_stream),
(gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
(gst_rtspsrc_change_state):
Fix case where outpad could not be decided.

ChangeLog

index bfb5d09..85aad67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-29  Wim Taymans  <wim@fluendo.com>
+
+       * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
+       (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
+       (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
+       (gst_rtspsrc_stream_setup_rtp),
+       (gst_rtspsrc_stream_configure_transport), (find_stream),
+       (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
+       (gst_rtspsrc_change_state):
+       Fix case where outpad could not be decided.
+
 2005-06-29  Andy Wingo  <wingo@pobox.com>
 
        * ext/Makefile.am (MAD_DIR): Add mad to the build.