[Bug 706340] videofilter: it might make sense to implement the "transform_meta" virtual method
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Aug 23 07:26:03 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=706340
GStreamer | gst-plugins-base | git
--- Comment #11 from Wim Taymans <wim.taymans at gmail.com> 2013-08-23 14:25:59 UTC ---
Looks good to me, I have some problems with the defines for the tags,
"memory" -> GST_MEMORY_METADATA
"video" -> GST_VIDEO_METADATA
etc.
To me it's not metadata but metadata *tags* so that should be included in
there. It's also all about the tags so that should go first, like:
"memory" -> GST_META_TAG_MEMORY
"video" -> GST_META_TAG_VIDEO
etc
--
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