[Bug 645661] New: autovideosink's parent class is Bin?
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Mar 25 13:14:33 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=645661
GStreamer | gst-plugins-good | 0.10.32
Summary: autovideosink's parent class is Bin?
Classification: Desktop
Product: GStreamer
Version: 0.10.32
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: lfarkas at lfarkas.org
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME target: ---
GNOME version: ---
currently autovideosink class hierarchy is this:
GObject
+----GstObject
+----GstElement
+----GstBin
+----GstAutoVideoSink
how it's related to Bin? why it's not something like similar to xvimagesink eg:
GObject
+----GstObject
+----GstElement
+----GstBaseSink
+----GstVideoSink
+----GstAutoVideoSink
this cause a lots of headacke for me to find this problem while implementing
gstreamer-java...
--
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