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 309847 Details for
Bug 452006
[fix available] OpenOffice.org 2.3 Impress crashes if you try to add an OGG video.
[?]
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]
backport from a more recent gstream that makes the problem go away
dont.crash.openoffice.org.patch (text/plain), 938 bytes, created by
Caolan McNamara
on 2008-06-19 13:31:39 UTC
(
hide
)
Description:
backport from a more recent gstream that makes the problem go away
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-06-19 13:31:39 UTC
Size:
938 bytes
patch
obsolete
>diff -ru gst-plugins-base-0.10.9.orig/ext/ogg/gstoggdemux.c gst-plugins-base-0.10.9/ext/ogg/gstoggdemux.c >--- gst-plugins-base-0.10.9.orig/ext/ogg/gstoggdemux.c 2006-07-11 21:44:31.000000000 +0100 >+++ gst-plugins-base-0.10.9/ext/ogg/gstoggdemux.c 2008-06-19 14:25:53.000000000 +0100 >@@ -2052,6 +2052,14 @@ > > res = gst_ogg_demux_do_seek (ogg, ogg->segment.last_stop, accurate, &chain); > >+ /* seek failed, make sure we continue the current chain */ >+ if (!res) { >+ chain = ogg->current_chain; >+ } >+ >+ if (!chain) >+ goto no_chain; >+ > /* now we have a new position, prepare for streaming again */ > { > GstEvent *event; >@@ -2109,6 +2117,12 @@ > GST_DEBUG_OBJECT (ogg, "seek failed"); > return FALSE; > } >+no_chain: >+ { >+ GST_DEBUG_OBJECT (ogg, "no chain to seek in"); >+ GST_PAD_STREAM_UNLOCK (ogg->sinkpad); >+ return FALSE; >+ } > } > > /* finds each bitstream link one at a time using a bisection search
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 452006
:
309786
| 309847