After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132328 - mpeg2dec plugin doesn't build against mpeg2dec 0.4.0
mpeg2dec plugin doesn't build against mpeg2dec 0.4.0
Status: RESOLVED DUPLICATE of bug 130416
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.7.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-23 20:15 UTC by pjotr
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description pjotr 2004-01-23 20:15:08 UTC
mpeg2dec seems to have removed the function mpeg2_pts in version 0.4.0.
Instead, there's a new function, mpeg2_tag_image, which takes two 32-bit
parameters where mpeg2_pts took one. Also, the flag PIC_FLAG_PTS has been
replaced with PIC_FLAG_TAGS, and the struct-member pts with tag and tag2. 

I'd send a patch, as the changes seem trivial, but actually I don't know
what I'm doing...

I tried to build it with garnome-0.29.1 on a Fedora Core 1 installation
using the mpec2dec package from Dag Wieers. After adjusting the function
calls and flags, it compiled without complaints.
Comment 1 Stephane Loeuillet 2004-01-24 03:05:16 UTC
i think support for 0.4.0 was added to CVS not too long ago :
http://freedesktop.org/cgi-bin/viewcvs.cgi/*checkout*/gstreamer/gst-plugins/ChangeLog?rev=1.63

and so it is a dupe of :
http://bugzilla.gnome.org/show_bug.cgi?id=130416
Comment 2 Julien MOUTTE 2004-01-24 12:59:03 UTC

*** This bug has been marked as a duplicate of 130416 ***