[Bug 773570] gstplayer: add media info get track num API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 21 08:09:08 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773570

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #342293|none                        |needs-work
             status|                            |

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 342293:
 --> (https://bugzilla.gnome.org/review?bug=773570&attachment=342293)

::: docs/libs/gst-plugins-bad-libs-sections.txt
@@ +1907,3 @@
+gst_player_get_number_of_video_streams
+gst_player_get_number_of_audio_streams
+gst_player_get_number_of_subtitle_streams

These should be at the corresponding places next to related functions above

::: gst-libs/gst/player/gstplayer-media-info.h
@@ +197,3 @@
+                (const GstPlayerMediaInfo *info);
+guint         gst_player_get_number_of_subtitle_streams
+                (const GstPlayerMediaInfo *info);

These should all be gst_player_*media_info*_get_...()

::: win32/common/libgstplayer.def
@@ +109,3 @@
+    gst_player_get_number_of_video_streams
+    gst_player_get_number_of_audio_streams
+    gst_player_get_number_of_subtitle_streams

These should be in alphabetic order. Run "make check-exports" to see the
problem

-- 
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