[Bug 730070] hlsdemux: add support for stream RESOLUTION extension

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 27 00:53:47 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730070
  GStreamer | gst-plugins-bad | 1.3.1

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-27 07:53:42 UTC ---
API proposals here btw

> GstEvent*       gst_event_new_reconfigure              (void) G_GNUC_MALLOC;
> void            gst_event_add_reconfigure_reason       (GstEvent * event, const gchar * reason);
> guint           gst_event_get_n_reconfigure_reasons    (GstEvent * event);
> gboolean        gst_event_parse_nth_reconfigure_reason (GstEvent * event, guint n, gchar ** reason);
> gboolean        gst_event_has_reconfigure_reason       (GstEvent * event, const gchar * reason);

> gboolean      gst_video_query_is_surface_info    (GstQuery * query);
> GstQuery *    gst_video_query_new_surface_info   (void);
> 
> void          gst_video_query_set_surface_size   (GstQuery * query, gint width, gint height);
> gboolean      gst_video_query_parse_surface_size (GstQuery * query, gint * width, gint * height);
> 
> void          gst_video_query_set_surface_framerate   (GstQuery * query, gint fps_n, gint fps_d);
> gboolean      gst_video_query_parse_surface_framerate (GstQuery * query, gint * fps_n, gint * fps_d);
> 
> void          gst_video_query_set_surface_pixel_aspect_ratio   (GstQuery * query, gint par_n, gint par_d);
> gboolean      gst_video_query_parse_surface_pixel_aspect_ratio (GstQuery * query, gint * par_n, gint * par_d);


Will implement that in a bit if nobody has any comments

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list