[gstreamer-bugs] [Bug 319862] mpegstream/dvddemux partially ported to 0.9

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Nov 5 03:26:07 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319862
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1
            Summary|mpegstream partially ported |mpegstream/dvddemux
                   |to 0.9                      |partially ported to 0.9



------- Additional Comments From Tim-Philipp Müller  2005-11-05 11:26 -------
The only change needed for gcc4 to shut up is in gstmegparse.c, line 317:

 static GstFlowReturn
 gst_mpeg_parse_handle_discont (GstMPEGParse * mpeg_parse, GstEvent * event)
 {
   GstFlowReturn result = GST_FLOW_OK;;
   GstFormat format;
-  GstClockTime time;
+  gint64 time;


I am happy to look over it and apply it as well, I just thought maybe our
resident MPEG guru might have wanted to review it.

 Cheers
  -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list