Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146696 Details for
Bug 210657
Totem controls out of sync
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
totem-gst-eos-when-seeking-past-end.patch
totem-gst-eos-when-seeking-past-end.patch (text/plain), 1.38 KB, created by
Bastien Nocera
on 2007-01-26 18:02:48 UTC
(
hide
)
Description:
totem-gst-eos-when-seeking-past-end.patch
Filename:
MIME Type:
Creator:
Bastien Nocera
Created:
2007-01-26 18:02:48 UTC
Size:
1.38 KB
patch
obsolete
>Index: src/backend/bacon-video-widget-gst-0.10.c >=================================================================== >--- src/backend/bacon-video-widget-gst-0.10.c (revision 3946) >+++ src/backend/bacon-video-widget-gst-0.10.c (working copy) >@@ -2524,9 +2524,18 @@ > > GST_LOG ("Seeking to %" GST_TIME_FORMAT, GST_TIME_ARGS (time * GST_MSECOND)); > >+ if (time > bvw->priv->stream_length >+ && bvw->priv->stream_length > 0 >+ && !g_str_has_prefix (bvw->priv->mrl, "dvd:") >+ && !g_str_has_prefix (bvw->priv->mrl, "vcd:")) { >+ if (bvw->priv->eos_id == 0) >+ bvw->priv->eos_id = g_idle_add (bvw_signal_eos_delayed, bvw); >+ return TRUE; >+ } >+ > /* Emit a time tick of where we are going, we are paused */ > got_time_tick (bvw->priv->play, time * GST_MSECOND, bvw); >- >+ > gst_element_seek (bvw->priv->play, 1.0, > GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT, > GST_SEEK_TYPE_SET, time * GST_MSECOND, >Index: ChangeLog >=================================================================== >--- ChangeLog (revision 3946) >+++ ChangeLog (working copy) >@@ -1,3 +1,9 @@ >+2007-01-26 Bastien Nocera <hadess@hadess.net> >+ >+ * src/backend/bacon-video-widget-gst-0.10.c: >+ (bacon_video_widget_seek_time): Add change from trunk, EOS >+ when seeking past the >+ > 2007-01-10 Tim-Philipp Müller <tim at centricular dot net> > > * src/backend/bacon-video-widget-gst-0.10.c:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210657
:
138445
| 146696