mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
ext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class struct, not
Original commit message from CVS: * ext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class struct, not GstBaseSink.
This commit is contained in:
parent
4a63fb1ae2
commit
ab828f340f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfssink.h:
|
||||
Use GstBaseSinkClass as parent_class member for class struct, not
|
||||
GstBaseSink.
|
||||
|
||||
2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/videotestsrc/gstvideotestsrc.c:
|
||||
|
|
|
@ -65,7 +65,7 @@ struct _GstGnomeVFSSink
|
|||
|
||||
struct _GstGnomeVFSSinkClass
|
||||
{
|
||||
GstBaseSink basesink_class;
|
||||
GstBaseSinkClass basesink_class;
|
||||
|
||||
/* signals */
|
||||
gboolean (*erase_ask) (GstElement * element, GnomeVFSURI * uri);
|
||||
|
|
Loading…
Reference in a new issue