Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14014 Details for
Bug 23715
gst-plugins incompatibility with >=libmpeg2-0.3.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch so gst-plugins compiles with >=libmpeg-0.3.2 installed
libmpeg2-0.3.2.patch (text/plain), 878 bytes, created by
Nick Hadaway
on 2003-06-29 12:31:19 UTC
(
hide
)
Description:
patch so gst-plugins compiles with >=libmpeg-0.3.2 installed
Filename:
MIME Type:
Creator:
Nick Hadaway
Created:
2003-06-29 12:31:19 UTC
Size:
878 bytes
patch
obsolete
>diff -urN gst-plugins-0.6.2/ext/mpeg2dec/gstmpeg2dec.c gst-plugins-0.6.2-modified/ext/mpeg2dec/gstmpeg2dec.c >--- gst-plugins-0.6.2/ext/mpeg2dec/gstmpeg2dec.c 2003-05-06 17:51:38.000000000 -0500 >+++ gst-plugins-0.6.2-modified/ext/mpeg2dec/gstmpeg2dec.c 2003-06-29 13:51:21.000000000 -0500 >@@ -262,7 +262,7 @@ > GstBuffer *outbuf = NULL; > gint size = mpeg2dec->width * mpeg2dec->height; > guint8 *buf[3], *out; >- const picture_t *picture; >+ const mpeg2_picture_t *picture; > > if (mpeg2dec->peerpool) { > outbuf = gst_buffer_new_from_pool (mpeg2dec->peerpool, 0, 0); >@@ -553,7 +553,7 @@ > (info->display_fbuf ? info->display_fbuf->id : NULL)); > > if (info->display_fbuf && info->display_fbuf->id) { >- const picture_t *picture; >+ const mpeg2_picture_t *picture; > gboolean key_frame = FALSE; > > outbuf = (GstBuffer *) info->display_fbuf->id;
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 23715
: 14014