~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to plugins/elements/gstfakesink.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
   * @pad: the pad that received it
208
208
   *
209
209
   * This signal gets emitted before unreffing the buffer.
210
 
   *
211
 
   * Since: 0.10.7
212
210
   */
213
211
  gst_fake_sink_signals[SIGNAL_PREROLL_HANDOFF] =
214
212
      g_signal_new ("preroll-handoff", G_TYPE_FROM_CLASS (klass),
478
476
    sink->last_message =
479
477
        g_strdup_printf ("chain   ******* (%s:%s) (%u bytes, dts: %s, pts: %s"
480
478
        ", duration: %s, offset: %" G_GINT64_FORMAT ", offset_end: %"
481
 
        G_GINT64_FORMAT ", flags: %d %s) %p",
 
479
        G_GINT64_FORMAT ", flags: %08x %s) %p",
482
480
        GST_DEBUG_PAD_NAME (GST_BASE_SINK_CAST (sink)->sinkpad),
483
481
        (guint) gst_buffer_get_size (buf), dts_str, pts_str,
484
482
        dur_str, GST_BUFFER_OFFSET (buf), GST_BUFFER_OFFSET_END (buf),