[Bug 687182] playbin: autoplugging s/w and h/w accelerated deinterlacers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 4 02:21:00 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=687182
  GStreamer | gst-plugins-base | git

--- Comment #10 from sreerenj <bsreerenj at gmail.com> 2013-07-04 09:20:55 UTC ---
Simple scenario is to ,


struct _GstVideoPostprocInterface {
  GTypeInterface iface;

  gboolean (*get_vpp_types) (GstVideoPostproc *vpp, GstVideoPostprocType
*vpp_type);
  gboolean (*has_hw_acceleration) (GstVideoPostproc *vpp);

  /*< private >*/
  gpointer _gst_reserved[GST_PADDING];
};

/* public methods */
gboolean
gst_video_postproc_get_vpp_types (GstVideoPostproc *vpp,
                                  GstVideoPostprocType *vpp_type);
gboolean
gst_video_postproc_has_hw_acceleration (GstVideoPostproc *vpp);

gboolean
gst_video_postproc_has_vpp_type (GstVideoPostproc *vpp,
                                 GstVideoPostprocType vpp_type);



-- no vpp_method implementation at the moment
-- one read-only property "vpp-type" to the interface

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