[gstreamer-bugs] [Bug 318793] check whether new date/tag API needs wrapping

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 14 10:08:33 PDT 2005


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=318793
 GStreamer | gst-python | Ver: HEAD CVS





------- Additional Comments From Tim-Philipp Müller  2005-10-14 17:08 -------
Here are the test cases that I wrote for these functions:

http://cvs.freedesktop.org/gstreamer/gstreamer/check/gst/gsttag.c?r1=1.4&r2=1.5
http://cvs.freedesktop.org/gstreamer/gstreamer/check/gst/gstvalue.c?r1=1.10&r2=1.11



And then there's more new API from today:

  gboolean
  gst_plugin_feature_check_version (GstPluginFeature *feature,
                                    guint             min_major,
                                    guint             min_minor,
                                    guint             min_micro);

and

  gboolean
  gst_default_registry_check_feature_version (const gchar *feature_name,
                                              guint        min_major,
                                              guint        min_minor,
                                              guint        min_micro);

Not sure if it makes sense to wrap those, the former probably more than the
latter. Test case for those is here:

http://cvs.freedesktop.org/gstreamer/gstreamer/check/gst/gstplugin.c?r1=1.7&r2=1.8

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list