mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
BPB
Original commit message from CVS: (gst_signal_processor_src_activate_pull): BPB
This commit is contained in:
parent
6ea23316fd
commit
76e8dd7b26
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
(gst_signal_processor_change_state): Remove the last of the code
|
(gst_signal_processor_change_state): Remove the last of the code
|
||||||
that assumes that we process whole buffers at a time. Fix some
|
that assumes that we process whole buffers at a time. Fix some
|
||||||
debugging. Seems to work now in some cases.
|
debugging. Seems to work now in some cases.
|
||||||
|
(gst_signal_processor_src_activate_pull): BPB
|
||||||
|
|
||||||
2006-08-01 Andy Wingo <wingo@pobox.com>
|
2006-08-01 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
|
|
@ -767,7 +767,7 @@ gst_signal_processor_src_activate_pull (GstPad * pad, gboolean active)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_DEBUG_OBJECT ("result : %d", result);
|
GST_DEBUG_OBJECT (self, "result : %d", result);
|
||||||
|
|
||||||
gst_object_unref (self);
|
gst_object_unref (self);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue