Skip to content
Snippets Groups Projects
  1. Jul 06, 2016
  2. Jul 04, 2016
  3. Jun 30, 2016
  4. Jun 24, 2016
    • Tim-Philipp Müller's avatar
      validate: fix one more export · c4091f82
      Tim-Philipp Müller authored
      gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignore
      
      This is also declared in gst-validate-internal.h
      c4091f82
    • Tim-Philipp Müller's avatar
      validate: fix bogus exports for internal symbols · 727eb397
      Tim-Philipp Müller authored
      Hopefully fixes win32 build.
      
      gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignored
      gst-validate-scenario.c:286:1: error: '_action_check_and_set_printed' redeclared without dllimport attribute: previous dllimport ignored
      gst-validate-scenario.c:298:1: error: 'gst_validate_action_is_subaction' redeclared without dllimport attribute: previous dllimport ignored
      gst-validate-scenario.c:305:7: error: '_gst_validate_action_type_type' redeclared without dllimport attribute: previous dllimport ignored
      727eb397
  5. Jun 13, 2016
  6. Jun 10, 2016
  7. Jun 09, 2016
  8. Jun 04, 2016
  9. May 24, 2016
  10. May 23, 2016
    • Edward Hervey's avatar
      pad-monitor: Don't check for DISCONT flags on buffer in pull-mode · 992292f8
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      It only makes sense in push-mode
      992292f8
    • Edward Hervey's avatar
      pad-monitor: Update checks for MISSING_DISCONT · 84357883
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      * Some SEGMENT might be updates caused by calling gst_pad_set_offset(),
        which will send the same segment but with an updated offset and/or
        based field. For those segments, we don't require a DISCONT on the
        following buffer.
      * Ignore differences in flags, they aren't relevant for now to figure
        out whether the segment is an update or not
      * Ignore difference in 'position', it's only meant for internal usage
        by elements.
      * Changes in the end position (stop in forward playback and start in
        reverse playback) are considering updates
      
      Furthermore, also expect a DISCONT flag on the first buffer following
      a STREAM_START.
      84357883
  11. May 19, 2016
  12. May 15, 2016
  13. May 07, 2016
  14. May 03, 2016
  15. Apr 29, 2016
  16. Apr 07, 2016
  17. Apr 04, 2016
Loading