mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Fix the event_free mess, do a mad_sync
Original commit message from CVS: Fix the event_free mess, do a mad_sync
This commit is contained in:
parent
977b96c74f
commit
51ce4737e2
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,6 @@ gst_mad_chain (GstPad *pad, GstBuffer *buffer)
|
||||||
gst_pad_event_default (pad, event);
|
gst_pad_event_default (pad, event);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
gst_event_free (event);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -757,6 +756,7 @@ gst_mad_chain (GstPad *pad, GstBuffer *buffer)
|
||||||
}
|
}
|
||||||
mad_frame_mute (&mad->frame);
|
mad_frame_mute (&mad->frame);
|
||||||
mad_synth_mute (&mad->synth);
|
mad_synth_mute (&mad->synth);
|
||||||
|
mad_stream_sync (&mad->stream);
|
||||||
/* recoverable errors pass */
|
/* recoverable errors pass */
|
||||||
goto next;
|
goto next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue