mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gst/debug/breakmydata.c: Ooops, no // comments please.
Original commit message from CVS: * gst/debug/breakmydata.c: Ooops, no // comments please.
This commit is contained in:
parent
c7ecf8c9a8
commit
e4abba63b0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/debug/breakmydata.c:
|
||||
Ooops, no // comments please.
|
||||
|
||||
2007-05-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/debug/breakmydata.c: (gst_break_my_data_class_init),
|
||||
|
|
|
@ -149,7 +149,6 @@ gst_break_my_data_class_init (GstBreakMyDataClass * klass)
|
|||
GST_DEBUG_FUNCPTR (gst_break_my_data_transform_ip);
|
||||
gstbasetrans_class->start = GST_DEBUG_FUNCPTR (gst_break_my_data_start);
|
||||
gstbasetrans_class->stop = GST_DEBUG_FUNCPTR (gst_break_my_data_stop);
|
||||
//gstbasetrans_class->passthrough_on_same_caps = TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue