~sipe-collab/sipe-collab/gstreamer-plugins-base

« back to all changes in this revision

Viewing changes to gst-libs/gst/tag/gsttagdemux.c

  • Committer: Sebastian Dröge
  • Date: 2014-04-19 13:47:47 UTC
  • mfrom: (1.1.23)
  • Revision ID: git-v1:d06393f82dba0d5f13ec2e66275d75cf8178fe5c
Merge tag 'upstream/1.2.4'

Upstream version 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
958
958
    upstream = gst_event_new_seek (rate, format, flags,
959
959
        start_type, start, stop_type, stop);
960
960
    res = gst_pad_push_event (tagdemux->priv->sinkpad, upstream);
 
961
  } else if (format == GST_FORMAT_TIME &&
 
962
      tagdemux->priv->state == GST_TAG_DEMUX_STREAMING &&
 
963
      gst_pad_is_linked (tagdemux->priv->sinkpad)) {
 
964
    res = gst_pad_push_event (tagdemux->priv->sinkpad, gst_event_ref (event));
961
965
  }
962
966
 
963
967
  return res;