[gstreamer-bugs] [Bug 636337] New: gsttypefindfunctions.c doesn't contain vp8_video_type_find() function body
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Dec 2 17:56:46 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=636337
GStreamer | gst-plugins-base | 0.10.30
Summary: gsttypefindfunctions.c doesn't contain
vp8_video_type_find() function body
Classification: Desktop
Product: GStreamer
Version: 0.10.30
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: sunshine_uyl at yahoo.com.tw
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Dear Sir,
I would like to add the following code in plugin_init() function body of
gsttypefindfunctions.c
static gboolean
plugin_init (GstPlugin * plugin)
{
...
// added for WebM container with VP8 codec
TYPE_FIND_REGISTER (plugin, "video/x-vp8", GST_RANK_PRIMARY,
vp8_video_type_find, vp8_exts, VP8_VIDEO_CAPS, NULL, NULL);
...
}
But unfortunately I can't find any function that can find VP8 codec type.
Sunshine_uyl
--
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