summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d402cd)
raw | patch | inline | side by side (parent: 8d402cd)
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | |
Wed, 27 Apr 2011 13:12:22 +0000 (15:12 +0200) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:29 +0000 (15:10 +0530) |
gst/asfdemux/gstrtpasfdepay.c | patch | blob | history | |
gst/asfdemux/gstrtpasfdepay.h | patch | blob | history |
index 7c0eba54855294d84828d3cd9c73448a78ad608a..e53746fe52a2922a5f7262105e9dab38fa01d48b 100644 (file)
if (GST_BUFFER_IS_DISCONT (buf)) {
GST_LOG_OBJECT (depay, "got DISCONT");
gst_adapter_clear (depay->adapter);
- depay->wait_start = TRUE;
depay->discont = TRUE;
}
switch (trans) {
case GST_STATE_CHANGE_READY_TO_PAUSED:
gst_adapter_clear (depay->adapter);
- depay->wait_start = TRUE;
depay->discont = TRUE;
break;
default:
index 1389330843c77f9a4eb969b390af7ec2eca61ab3..724c95bbde44312ec99128b04435d7f61ccb79ce 100644 (file)
GstAdapter *adapter;
gboolean discont;
- gboolean wait_start;
};
struct _GstRtpAsfDepayClass