diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-12 09:15:37 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-12 09:15:37 +0000 |
commit | caaf378823ca4a0211fbfb07c033ed5472ad9605 (patch) | |
tree | 024198edd553f9215e198daecabe7c629c4d90dd /examples/seeking | |
parent | 4f99e3b5a75f51868f9cbe2a975511a3e663c4c6 (diff) | |
download | gst-plugins-bad-caaf378823ca4a0211fbfb07c033ed5472ad9605.tar.gz gst-plugins-bad-caaf378823ca4a0211fbfb07c033ed5472ad9605.tar.bz2 gst-plugins-bad-caaf378823ca4a0211fbfb07c033ed5472ad9605.zip |
Make Johan happy.
Original commit message from CVS:
Make Johan happy.
Diffstat (limited to 'examples/seeking')
-rw-r--r-- | examples/seeking/seek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/seeking/seek.c b/examples/seeking/seek.c index 3cd64cdf..2f70de9a 100644 --- a/examples/seeking/seek.c +++ b/examples/seeking/seek.c @@ -899,6 +899,7 @@ stop_cb (GtkButton * button, gpointer data) { if (gst_element_get_state (pipeline) != GST_STATE_READY) { gst_element_set_state (pipeline, GST_STATE_READY); + gtk_adjustment_set_value (adjustment, 0.0); gtk_timeout_remove (update_id); } } |