[Bug 695879] mpegvideoparse: outputs incomplete caps with different mpegversion before outputting proper caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 16 08:10:15 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=695879
  GStreamer | gst-plugins-bad | 1.0.5

--- Comment #7 from m][sko <xlazom00 at gmail.com> 2013-03-16 15:10:10 UTC ---
it generate src caps base on this (from source files)

gst_caps_set_simple (caps,
      "mpegversion", G_TYPE_INT, (mpvparse->config_flags & FLAG_MPEG2) ? 2 : 1,
      NULL);

-- 
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