[gstreamer-bugs] [Bug 361636] h263 variant not specified with CODEC_ID_H263

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 8 04:54:33 PST 2006


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

  GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev)  2006-11-08 12:53 UTC -------
some infos for the "video/x-intel-h263" case:

./gst-plugins-base/gst-libs/gst/riff/riff-media.c:224:      caps =
gst_caps_new_simple ("video/x-intel-h263",

http://webcvs.freedesktop.org/gstreamer/gst-plugins-base/gst-libs/gst/riff/riff-media.c?view=diff&r1=1.43&r2=1.44

---

./gst-ffmpeg/ext/ffmpeg/gstffmpegcodecmap.c:216:      caps =
gst_ff_vid_caps_new (context, "video/x-intel-h263", NULL);
./gst-ffmpeg/ext/ffmpeg/gstffmpegcodecmap.c:1782:  } else if (!strcmp
(mimetype, "video/x-intel-h263")) {

just found that commit, where 'variant' had been silently introduced for the
'h263version' :/

http://webcvs.freedesktop.org/gstreamer/gst-ffmpeg/ext/ffmpeg/gstffmpegcodecmap.c?view=diff&r1=1.117&r2=1.118

---

Without breaking the API, we can't revert that, neither can we resolve
"video/x-intel-h263" into "video/x-h263,variant=intel"


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list