[Bug 739196] video/x-xvid changed to video/mpeg,mpegversion=4

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 26 04:03:49 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739196
  GStreamer | gst-plugins-base | 1.x

Athanasios Oikonomou <athoik> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #2 from Athanasios Oikonomou <athoik at gmail.com> 2014-10-26 11:03:45 UTC ---
Here is the part that informs hardware for video/x-xvid:

else if (!strcmp (mimetype, "video/x-xvid"))
{
   streamtype = 10;
#ifdef PACK_UNPACKED_XVID_DIVX5_BITSTREAM
   self->must_pack_bitstream = TRUE;
#endif
   GST_INFO_OBJECT (self, "MIMETYPE video/x-xvid -> VIDEO_SET_STREAMTYPE, 10");
}

And this one differs from the "video/mpeg" witch uses streamtype = 4

Unfortunately with streamtype = 4 video playback is not smooth. Only if we send
streamtype = 10 to hardware drivers video playback is smooth.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list