mpegdemux: Fix 'expression result unused' compiler warning
This commit is contained in:
parent
21ddc28760
commit
5f2081e828
@ -652,7 +652,7 @@ gst_flups_demux_handle_dvd_event (GstFluPSDemux * demux, GstEvent * event)
|
||||
/* Store the language codes event on the element, then iterate over the
|
||||
* streams it specifies and retrieve them. The stream creation code then
|
||||
* creates the pad appropriately and sends tag events as needed */
|
||||
p_ev = &demux->lang_codes, event;
|
||||
p_ev = &demux->lang_codes;
|
||||
gst_event_replace (p_ev, event);
|
||||
|
||||
GST_DEBUG_OBJECT (demux, "Handling language codes event");
|
||||
|
Loading…
x
Reference in New Issue
Block a user