diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-09-14 16:54:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-09-14 16:54:14 +0000 |
commit | 4de7bdb3baeeb3bab79e271622a2b525cd449a44 (patch) | |
tree | 16c8a5bc4d26d058385430e1e80330a458a85e1a | |
parent | 167ec6f8fd2602faf01f9dd7e8068027cdb67285 (diff) | |
download | gst-plugins-bad-4de7bdb3baeeb3bab79e271622a2b525cd449a44.tar.gz gst-plugins-bad-4de7bdb3baeeb3bab79e271622a2b525cd449a44.tar.bz2 gst-plugins-bad-4de7bdb3baeeb3bab79e271622a2b525cd449a44.zip |
gst/playback/: Some more work on making sure seeking pauses the pipeline and that changing the uri actually does some...
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
(setup_source), (gst_play_base_bin_set_property),
(gst_play_base_bin_add_element):
* gst/playback/gstplaybin.c: (gst_play_bin_send_event):
Some more work on making sure seeking pauses the pipeline and
that changing the uri actually does something.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-09-17 Wim Taymans <wim@fluendo.com> + * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads), + (setup_source), (gst_play_base_bin_set_property), + (gst_play_base_bin_add_element): + * gst/playback/gstplaybin.c: (gst_play_bin_send_event): + Some more work on making sure seeking pauses the pipeline and + that changing the uri actually does something. + +2004-09-17 Wim Taymans <wim@fluendo.com> + * gst/tcp/gstfdset.c: (gst_fdset_wait): * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close): * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send), |