summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)Author
2016-10-01message: Fix typo in gst_message_new_progress() docsSebastian Dröge
2016-09-24meson: fix internal printf for %ll format modifier on 32-bit systemsTim-Philipp Müller
2016-09-23Revert "meson: Force gstenum_h to be built when using gst_dep"Nirbheek Chauhan
2016-09-23meson: Force gstenum_h to be built when using gst_depNirbheek Chauhan
2016-09-19bin: Add forgotten "git commit --amend" for last commitSebastian Dröge
2016-09-19bin: When copying the sort iterator, also copy its internal queueKouhei Sutou
2016-09-15message: Fix documentation for gst_message_new_duration()Arun Raghavan
2016-09-13gstconfig: Use __declspec when built with MinGW and linking with MSVCNirbheek Chauhan
2016-09-12bin: Also don't *unset* element flags if they're in the suppressed flagsSebastian Dröge
2016-09-10bin: Add setter and getter to suppress element flagsWonchul Lee
2016-09-10gst: Ensure gst_value is initialised before gst_tagGraham Leggett
2016-09-10element: Reset the stop position to NONE in seek_simple()Sebastian Dröge
2016-09-05meson: Allow others to build GIR files when using GStreamer as subprojectThibault Saunier
2016-09-05gstconfig.h.in: Add another version of the SH4 #define and S390xSebastian Dröge
2016-09-05config: newer gcc doesn't know __ppc__ and __ppc64__ anymoreWim Taymans
2016-09-01config: support System zWim Taymans
2016-08-27element: Add API to more easily post messages about flowing issuesThibault Saunier
2016-08-26gstconfig: Decide GST_EXPORT declaration style at build timeNirbheek Chauhan
2016-08-26element: rename gst_element_message_new_details() to gst_make_element_message...Tim-Philipp Müller
2016-08-26docs: fix various gtk-doc warningsTim-Philipp Müller
2016-08-26g-i: info: allow passing NULL to gst_debug_remove_log_function()Tim-Philipp Müller
2016-08-26value: Implement can_intersect for GstFlagSet typesJan Schmidt
2016-08-22buffer: add explicit getters and setters for buffer flagsArjen Veenhuizen
2016-08-21streams: update and emit notify signal only if taglist actually changedHoonhee Lee
2016-08-19Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-08-13Move gstconfig.h back to normal include dirTim-Philipp Müller
2016-08-13gstconfig.h: Detect unaligned access support at compile-timeNirbheek Chauhan
2016-08-13Remove old alloc tracing code now that we have a GstTracer-based replacementTim-Philipp Müller
2016-07-25events: Implement the stream-group-done eventJan Schmidt
2016-07-25message: Add redirect messageCarlos Rafael Giani
2016-07-24element: fix GST_ELEMENT_ERROR() error code expansionTim-Philipp Müller
2016-07-22message: fix some nonsensical annotationsTim-Philipp Müller
2016-07-22message: new API for additional custom data to error messagesVincent Penquerc'h
2016-07-15message: fix annotation of parse_stream_{collection,streams_selected}Guillaume Desmottes
2016-07-15message: fix annotation of parse_device_{added,removed}Guillaume Desmottes
2016-07-15pad: add g-i transfer annotatation to _store_sticky_event()Guillaume Desmottes
2016-07-08miniobject: weak_unref: display the pointer of the object if failingGuillaume Desmottes
2016-07-08bin: properly display the type of the removed messageGuillaume Desmottes
2016-07-08element: re-create threadpool after cleaning up tasksTim-Philipp Müller
2016-07-08element: clean up thread pool from gst_task_cleanup_all()Guillaume Desmottes
2016-07-07pad: check query caps answered and caps not NULLMiguel París Díaz
2016-07-01gstinfo: Avoid gcc 6 warning that breaks the tests buildJan Schmidt
2016-06-30streams: sprinkle some Since: markers for docsTim-Philipp Müller
2016-06-30gst: New Stream listing/selection systemEdward Hervey
2016-06-29poll: #define EWOULDBLOCK to EAGAIN if it's not defined on WindowsSebastian Dröge
2016-06-29bufferpool: Fix handling of the GstPollSebastian Dröge
2016-06-29bus: Make sure to always read the control after popping a messageSebastian Dröge
2016-06-29systemclock: Improve GstPoll handling and don't check for impossible errno va...Sebastian Dröge
2016-06-29poll: Clarify when FALSE is returned from read/write_control()Sebastian Dröge
2016-06-29poll: set_controllable(), restart() and set_flushing() are only valid for non...Sebastian Dröge