Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52587 Details for
Bug 84019
gst-plugins 0.8.7 patch for gcc 2.95.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc2 compiling patch
gst-plugins-0.8.7-gcc2-ris.patch (text/plain), 1.53 KB, created by
Robert Scott
on 2005-03-03 15:48:30 UTC
(
hide
)
Description:
gcc2 compiling patch
Filename:
MIME Type:
Creator:
Robert Scott
Created:
2005-03-03 15:48:30 UTC
Size:
1.53 KB
patch
obsolete
>diff -urN gst-plugins-0.8.7.orig/ext/raw1394/gstdv1394src.c gst-plugins-0.8.7/ext/raw1394/gstdv1394src.c >--- gst-plugins-0.8.7.orig/ext/raw1394/gstdv1394src.c 2004-10-20 14:31:13 +0100 >+++ gst-plugins-0.8.7/ext/raw1394/gstdv1394src.c 2005-03-03 23:25:58 +0000 >@@ -771,10 +771,11 @@ > { > gchar *protocol, *location; > gboolean ret; >- >+ GstDV1394Src *gst_dv1394src; >+ > ret = TRUE; >- >- GstDV1394Src *gst_dv1394src = GST_DV1394SRC (handler); >+ >+ gst_dv1394src = GST_DV1394SRC (handler); > > protocol = gst_uri_get_protocol (uri); > if (strcmp (protocol, "dv") != 0) { >diff -urN gst-plugins-0.8.7.orig/gst/tta/gstttaparse.c gst-plugins-0.8.7/gst/tta/gstttaparse.c >--- gst-plugins-0.8.7.orig/gst/tta/gstttaparse.c 2004-11-26 23:10:28 +0000 >+++ gst-plugins-0.8.7/gst/tta/gstttaparse.c 2005-03-03 23:25:32 +0000 >@@ -162,12 +162,15 @@ > case GST_EVENT_SEEK: > { > if (GST_EVENT_SEEK_FORMAT (event) == GST_FORMAT_TIME) { >- GST_DEBUG_OBJECT (ttaparse, "got seek event"); > GstEvent *seek_event; >- guint64 time = GST_EVENT_SEEK_OFFSET (event); >- guint64 seek_frame = time / (FRAME_TIME * 1000000000); >- guint64 seekpos = ttaparse->index[seek_frame].pos; > >+ guint64 time; >+ guint64 seek_frame; >+ guint64 seekpos; >+ time = GST_EVENT_SEEK_OFFSET (event); >+ seek_frame = time / (FRAME_TIME * 1000000000); >+ seekpos = ttaparse->index[seek_frame].pos; >+ > GST_DEBUG_OBJECT (ttaparse, "seeking to %u", (guint) seekpos); > seek_event = > gst_event_new_seek (GST_FORMAT_BYTES | GST_SEEK_METHOD_SET |
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 84019
: 52587