mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
people prefer mysterious failures
Original commit message from CVS: people prefer mysterious failures
This commit is contained in:
parent
90936c1ebc
commit
39192aa969
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ gst_mad_chain (GstPad *pad, GstBuffer *buffer)
|
||||||
gboolean new_pts = FALSE;
|
gboolean new_pts = FALSE;
|
||||||
|
|
||||||
mad = GST_MAD (gst_pad_get_parent (pad));
|
mad = GST_MAD (gst_pad_get_parent (pad));
|
||||||
g_assert (GST_IS_MAD (mad));
|
g_return_if_fail (GST_IS_MAD (mad));
|
||||||
|
|
||||||
/* handle events */
|
/* handle events */
|
||||||
if (GST_IS_EVENT (buffer))
|
if (GST_IS_EVENT (buffer))
|
||||||
|
|
Loading…
Reference in a new issue