mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
e4abba63b0
commit
0434640bc1
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue