[gstreamer-bugs] [Bug 566750] [appsrc/sink] add padding, move private data to private struct, since markers

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 6 03:14:06 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=566750

  GStreamer | gst-plugins-base | Ver: 0.10.22

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125844|accepted-commit_now         |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.22




------- Comment #3 from Tim-Philipp Müller  2009-01-06 11:14 UTC -------
Thanks, committed:

 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>

        * gst-libs/gst/app/gstappsink.c:
        * gst-libs/gst/app/gstappsink.h:
        * gst-libs/gst/app/gstappsrc.c:
        * gst-libs/gst/app/gstappsrc.h:
          Make debug categories static. Use
_element_class_set_details_simple().

 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>

        * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
          (gst_app_sink_class_init), (gst_app_sink_init),
          (gst_app_sink_dispose), (gst_app_sink_finalize),
          (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
          (gst_app_sink_flush_unlocked), (gst_app_sink_start),
          (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
          (gst_app_sink_render), (gst_app_sink_getcaps),
          (gst_app_sink_set_caps), (gst_app_sink_get_caps),
          (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
          (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
          (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
          (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
          (gst_app_sink_pull_buffer):
        * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
        * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
          (gst_app_src_class_init), (gst_app_src_init),
          (gst_app_src_flush_queued), (gst_app_src_dispose),
          (gst_app_src_finalize), (gst_app_src_set_property),
          (gst_app_src_get_property), (gst_app_src_unlock),
          (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
          (gst_app_src_is_seekable), (gst_app_src_check_get_range),
          (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
          (gst_app_src_set_caps), (gst_app_src_get_caps),
          (gst_app_src_set_size), (gst_app_src_get_size),
          (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
          (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
          (gst_app_src_set_latencies), (gst_app_src_set_latency),
          (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
          (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
        * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
          Move private data into a private instance struct. Add padding to
          instance and class structures exposed in public headers. Add
          Since markers to the gtk-doc blurbs (#566750).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=566750.




More information about the Gstreamer-bugs mailing list