gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should be the proper fix now.

Original commit message from CVS:
* gst/debug/breakmydata.c (gst_break_my_data_init):
One more try. This should be the proper fix now.
This commit is contained in:
Stefan Kost 2007-05-15 11:18:33 +00:00
parent e4abba63b0
commit 0434640bc1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-05-15 Stefan Kost <ensonic@users.sf.net>
* gst/debug/breakmydata.c (gst_break_my_data_init):
One more try. This should be the proper fix now.
2007-05-15 Stefan Kost <ensonic@users.sf.net>
* gst/debug/breakmydata.c:

View file

@ -154,7 +154,7 @@ gst_break_my_data_class_init (GstBreakMyDataClass * klass)
static void
gst_break_my_data_init (GstBreakMyData * bmd, GstBreakMyDataClass * g_class)
{
gst_base_transform_set_in_place (GST_BASE_TRANSFORM (bmd), FALSE);
gst_base_transform_set_in_place (GST_BASE_TRANSFORM (bmd), TRUE);
gst_base_transform_set_passthrough (GST_BASE_TRANSFORM (bmd), TRUE);
}